Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
My product images, the ones contained in the carousel on the product pages, seem to be at least a little blurry on all my platforms. How do I make it more crisp? Also on mobile, how do I set the horizontal border for the images to zero?
https://empiricalwater.com/collections/all
Dawn theme
Hi,
Hope this will help
Use High-Resolution Images
Check Image Compression
Adjust image size settings
Use CSS media queries
Update your theme's CSS file accordingly
Hi @empiricalarby,
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
@media screen and (max-width: 749px) {
.slider.slider--mobile.product__media-list {
gap: 0;
}
.slider.slider--mobile.product__media-list li.product__media-item {
width: 100%;
}
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Thanks, I appreciate the effort however I didn't notice any change on my end. The code is currently applied to the end of base.css.
Hi @empiricalarby,
I've checked your store and there's a special character above the code. Please review and remove it.
To this
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Are you referring to that red dot?
Or you can follow this instruction:
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the theme.liquid file.
3, Paste the code snippet provided below right before the closing head tag, then save your changes.
<style>
@media screen and (max-width: 749px) {
.slider.slider--mobile.product__media-list {
gap: 0;
}
.slider.slider--mobile.product__media-list li.product__media-item {
width: 100%;
}
}
</style>
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
It seems this made the image correct size but it is offset to the right, so I see white border at left on mobile.
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