callmecavs / layzr.js

A modern lazy loading library for images.

Home Page:http://callmecavs.com/layzr.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showing images on click

gkatsanos opened this issue · comments

Assuming we have a set of images which are behind a container that is shown with a click handler (display: none => display: block) , which method of Layzr we should trigger as a callback of the click event handler to show the images immediately?
(use cases : Bootstrap tabs, bootstrap collapse/accordions, carousels)

@gkatsanos call the check method manually using your instance - see here

great, worked, thanks!