Quote:
Originally Posted by KyleC
Thanks.
Yeah I think I'm going to just put static images like .jpg on the front page and have them link to subpages showing the animated gifs.
That way the entire page of gifs isn't trying to all play at once and slugging resources or consuming a users entire data plan.
|
Lazy load them so only the images that are visible get loaded with the page, and the rest only download if the user scrolls down the page.