Increasing the uploaded image size shown on Pages

Hi everyone,

How do I increase the maximum image size allowed for images uploaded on Pages for Dawn Theme?

I notice that the images uploaded do not exceed this specific size even if you upload it using the original size option.

I would truly appreciate if anyone could kindly assist me on this matter!

Thank you!

Hey @fasdg6 ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Raman
Return Prime

Hi @fasdg6 ,

Please go to sections > main-page.liquid file and remove code ‘page-width–narrow’:

After you remove, everything will work fine.

Thank you! That works but is there a way to just remove the page width narrow for one specific page?

Hi @fasdg6 ,

You can use page handle for it. Refer:

Code: {% unless page.handle == ‘handle page’ %} page-width–narrow{% endunless %}

you just need to change the ‘handle page’ to the handle of the page you want, it will work fine

That works great! Thank you.

1 Like

Is there a code for including two specific pages in the unless argument?

Hi @fasdg6 ,

Please change code:

{% unless page.handle == 'handle page 1' or page.handle == 'handle page 2' %} page-width--narrow{% endunless %}

Hope it helps!

1 Like

What is the up to date solution for this problem? The DAWN theme code is now different.

I am trying to increase the size of the image I uploaded to pages:

https://wearvolare.com/pages/sizing-guide

Any help would be appreciated