danegrady Posted November 17 Share Posted November 17 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 Share Posted November 19 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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