Reputation: 636
I have a lot of thumb images on one page, each of them triggers magnific popup on click. The problem is, that opening magnific popup before all images are loaded cancels all other requests and some images never load.
My question is how to prevent magnific popup from cancelling the requests.
Upvotes: 0
Views: 67
Reputation:
Try to set target:blank for the popup: like that, it will open the image in a new page and it won't stop the download of the current one...
Upvotes: 1