If you look at my product images they seem to be pixelated but this is not from the original photo. All my other images are fine accept for everything im trying to upload now.
Using .png files that are less then 3mb they are 2048x2048 pixels
Small Arboreal Mesh Top – Arachnid Shop Pictures on here you can see the issue im talking about
Log Home – Arachnid Shop This link you can see that there is zero issues
I’m using the same settings for photos, same editing techniques, etc…
I don’t know what else to do to fix this.
Here is the original photo for example and you can see there is zero issues with it
Hi @arachnidshop
I’m Kate from PageFly - Landing Page Builder, I’d like to suggest this idea:
Step 1: You go to Online Store → Theme → Editcode
Step 2: You are looking to the class where your image is broken class=“feature-row__image product-featured-media lazyautosizes ls-is-cached lazyloaded”
Step 3: You adjust the data-widths for it to try 2048 like the image we provide: https://imgur.com/a/Nh6Cgim
Unless you happen to know what section it is in
So the only code I can find regarding featured image is the following
{%- assign featured_media = product.selected_or_first_available_variant.featured_media | default: product.featured_media -%}
{%- for media in product.media -%}
{% include ‘media’, media: media, featured_media: featured_media, height: height, enable_image_zoom: enable_image_zoom, image_zoom_size: product_image_zoom_size, image_scale: product_image_scale %}
{%- endfor -%}
{% capture product_image_size %}{{ height }}x{% endcapture %}
![{{ featured_media.alt }}]()
Hi @arachnidshop
Sorry for the late reply. I see your problem has been solved. I’d be happy if you want any help