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 had this issue as well. When I hard refreshed, the divs overlapped. This is caused by the update() function running too early, before the tile elements were fully loaded. In my opinion update() should only be called after the tiles have finished loading, so I used imagesLoaded to detect this. Fixed this in my pull request #20
the solution by @riyunoa in #20 causes ,flickering of tiles when ever new ones are loaded, also, overlapping is still visible for a brief period, and there is interchanging sometimes when we load fast .
Hi
it loads divs's overlapped when it loads first time , once i move to other menu and come back to same page it will show properly
Regards
Bhavesh
PS : new to this pls help , help will be appreciated :)
The text was updated successfully, but these errors were encountered: