hongaar / unveil2

:mount_fuji: A very lightweight jQuery plugin to lazy load images
http://nabble.github.io/unveil2
38 stars 11 forks source link

Responsive image jump #18

Open hongaar opened 8 years ago

hongaar commented 8 years ago

When i.e. Bootstraps img-reponsive class is used, a image jump can be seen after loading the placeholder image, and after loading the final image.

Related: https://github.com/nabble/unveil2/issues/15#issuecomment-221809002

BeatLaG commented 7 years ago

Hey Joram! Some news about this issue?

hongaar commented 7 years ago

Ideally, placeholder images and final images could be pre-loaded into memory first (using new Image()), this would still cause a jump when initially loading the placeholder image though. This would need some code updates.

However, I'm afraid this won't be fixed soon, as this is not truly a critical issue, and not one that unveil is the root cause of anyway. It's a Bootstrap issue at heart, see example.

BeatLaG commented 7 years ago

You are totally right about that in essence is a BS issue more than a plugin´s. But your tip I think that it is gonna be really interesting about walking that side.

Thanks a lot for your help once again :)