You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this library! It's exactly what I was looking for. I wanted to use it in WordPress, and also automate as much as possible, so I created this. See it in action at https://modjeska.us/pictures-china-2014/.
I used Mark Rodgers's's version to take advantage of Swipebox functionality.
Everything works great, except ProgressiveImage.prototype.hide doesn't seem to play nice with WordPress. It caused jQuery errors and some images failed to load. I found that simply commenting it out solved the problem, and I didn't notice any real performance issues. Error returned was:
Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is no longer a child of this node.
Cheers!
The text was updated successfully, but these errors were encountered:
I love this library! It's exactly what I was looking for. I wanted to use it in WordPress, and also automate as much as possible, so I created this. See it in action at https://modjeska.us/pictures-china-2014/.
I used Mark Rodgers's's version to take advantage of Swipebox functionality.
Everything works great, except
ProgressiveImage.prototype.hide
doesn't seem to play nice with WordPress. It caused jQuery errors and some images failed to load. I found that simply commenting it out solved the problem, and I didn't notice any real performance issues. Error returned was:Cheers!
The text was updated successfully, but these errors were encountered: