We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a masonry layout which works fine on desktop but on mobile these huge gaps appear and I don't know how to fix it.
Here are some screenshots.
The first two pictures get placed correctly underneath each other:
But then this huge gap appears and I dont know why.
It might have something to do with my css styling? Because when I remove my styling:
img { width: 100%; }
the images get placed correctly underneath each other.
The problem then is that the images are too big.
Does someone know how to remove the huge gap?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got a masonry layout which works fine on desktop but on mobile these huge gaps appear and I don't know how to fix it.
Here are some screenshots.
The first two pictures get placed correctly underneath each other:
But then this huge gap appears and I dont know why.
It might have something to do with my css styling?
Because when I remove my styling:
the images get placed correctly underneath each other.
The problem then is that the images are too big.
Does someone know how to remove the huge gap?
The text was updated successfully, but these errors were encountered: