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
The MasonryInfiniteGrid on a Sveltekit website is completely broken. Not only the images aren't getting resized, they don't respect the parent div. More than that, behind the images in the grid I can see a different column of images that respect the parent div but they overflow to the right because they're also not getting resized.
I've tried many different methods of loading the images and settings for the grid and nothing works. People on several dev discord servers couldn't find a fix.
Description
The MasonryInfiniteGrid on a Sveltekit website is completely broken. Not only the images aren't getting resized, they don't respect the parent div. More than that, behind the images in the grid I can see a different column of images that respect the parent div but they overflow to the right because they're also not getting resized.
I've tried many different methods of loading the images and settings for the grid and nothing works. People on several dev discord servers couldn't find a fix.
Steps to check or reproduce
You can see the live website at https://ceza.ro/grid (I recommend zooming out)
Source code at https://github.com/doncezart/cezaro-site/blob/main/src/routes/grid/%2Bpage.svelte
The text was updated successfully, but these errors were encountered: