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
This comment makes it seem like it should, but it still seems like I'm still having issues with the height of the flickity-viewport when using bgLazyLoad:
This is random and seems to mostly happen in Safari (even more often when caching is disabled).
The text was updated successfully, but these errors were encountered:
I seemed to solve the height issue by using setGallerySize: false and manually setting my height, but seems like I'm still getting a weird issue with the width of each of my cells (all set to 100% with the carousel also set to 100%):
Again, this is random and seems to mostly happen in Safari with caching disabled, which makes me believe this is an issue with the image not being loaded and flickity failing to determine the size of the image on load.
I actually even tried to not lazy load the background images (just use background-image:url(...)) and the issue is still there.
Update 2: I actually dumbed it down and took out the images completely, and it's still randomly happening so I'm not sure what's happening. In the image below, my carousel cells have the red border and my inner divs have the blue border:
And here's what it looks like when it's working (which is always in Chrome, sometimes in Safari):
This comment makes it seem like it should, but it still seems like I'm still having issues with the height of the flickity-viewport when using bgLazyLoad:
This is random and seems to mostly happen in Safari (even more often when caching is disabled).
The text was updated successfully, but these errors were encountered: