Shopify themes, liquid, logos, and UX
Hello, I'm using brooklyn theme and can't find an html code that correctly resizes the images in the slideshow for mobile. Here is the website url: slystoner.com
The images look great on computer, but don't resize well for mobile. Feedback would be much appreciated.
Solved! Go to the solution
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
.hero .hero__image { object-fit: fill !important;}
}
Thanks!
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
.hero .hero__image { object-fit: fill !important;}
}
Thanks!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024