我的页面上有一个PhotoSwipe画廊,它是这样以编程方式创建的:
var instance = window.Code.PhotoSwipe.attach(image, options)
现在我想更新图库中的图像,或者在同一位置放置一个新图库。
为相同创建一个新画廊会DOM Element
省略以下错误:
Code.PhotoSwipe.activateInstance:
Unable to active instance as another instance is already active for this target
使用从元素中分离实例Code.PhotoSwipe.detatch(instance)
也无济于事。
任何想法如何用新图像填充画廊或删除它,以便我可以在同一个地方创建一个新图像?