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
I have an image that is located inside a tab -jquery UI- when I open the tab, it shows the tab, and the spinner doesn't disapear. image "loads" when I click, or switch the tab, resize viewport. but doesn't change if I leave it untouched. Scrolling doesn't make it show either.
I have tried to trigger it using jQuery on click, but doesn't work:
jQuery(.image_class).lazyLoadXT({show:true});
I have found a workaround, but I guess is not the best.
Hi guys
I have an image that is located inside a tab -jquery UI- when I open the tab, it shows the tab, and the spinner doesn't disapear. image "loads" when I click, or switch the tab, resize viewport. but doesn't change if I leave it untouched. Scrolling doesn't make it show either.
I have tried to trigger it using jQuery on click, but doesn't work:
jQuery(.image_class).lazyLoadXT({show:true});
I have found a workaround, but I guess is not the best.
Just trigger a click on the lazy image with a callback function.
thanks
The text was updated successfully, but these errors were encountered: