danegrady Posted November 17, 2023 Share Posted November 17, 2023 I am trying to achieve the following for my galleries- 2 images per column on the desktop, and one image per column (stacked) for mobile view. I had to get a code to convert the mobile view to one column. However, the code makes the images blurry. Here is the code- @media screen and (max-width:767px) { .gallery-grid-wrapper { grid-template-columns: repeat(1,1fr) !important; } } Any thoughts? Thank you! Link to comment
tuanphan Posted November 19, 2023 Share Posted November 19, 2023 Maybe image too small, if make it 1 columns will make images blurry, you try changing to 2 or 3 columns Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment