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
You can count all images first and than icrease counter in unveil's load callback. If they match than all images are unveiled. You probably would need to apply some scope to count only images in your page section of interest.
Is there a way to check if all images have been loaded?
I want to print the images on the page but I want to force a load of all the images first: Which is done with this:
$("img").trigger("unveil");
But then I want to check that all images are loaded before initiating the print dialog.
The text was updated successfully, but these errors were encountered: