WordPress Plugin To Load Images on Click?

by ddev
3 replies
  • WEB DESIGN
  • |
Hi, i want to save bandwidth with images.

Thought of lazy load plugins but they work "on scroll" (they load images when you scroll) and i'd like to load images when a button is clicked (you click a button and the image is loaded below the button).

Is there something like this for WordPress?
#click #images #load #plugin #wordpress
  • Profile picture of the author Zenoth
    Originally Posted by ddev View Post

    Hi, i want to save bandwidth with images.

    Thought of lazy load plugins but they work "on scroll" (they load images when you scroll) and i'd like to load images when a button is clicked (you click a button and the image is loaded below the button).

    Is there something like this for WordPress?
    Never heard of a plugin like this. I think you should hire a developer to do something like this for your specific theme. It's not something very hard to achieve.
    {{ DiscussionBoard.errors[9743779].message }}
  • Profile picture of the author BrianJM85
    All you really need to do is take a lazy load plugin and modify the source so that the trigger is "click" (on an image) instead of "onscroll".
    {{ DiscussionBoard.errors[9744077].message }}
  • Profile picture of the author ddev
    Thanks Brian,

    Yes i though of that. It's just that the one that it's lazy here it's me

    Thanks to all.
    {{ DiscussionBoard.errors[9744085].message }}

Trending Topics