Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How can I resize my images on Dawn

How can I resize my images on Dawn

amber-ilove
Visitor
3 0 2

I am struggling with how to resize my images on my website. I currently have dawn theme and ALL the images are cropped. I have looked at the recommend size (700x700) and that is just stretching images. Does anyone know how I can do this without stretching the images. 
https://shop.iloveboutique.com.au

 

Replies 4 (4)

AK_Design_Dev
Shopify Partner
187 16 16

Hello @amber-ilove 

Yes, You can implement the css and html in your store to resize store images if you want to your store images are properly showing You can message me.

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

HasnainDEV
Shopify Partner
11 0 0

Hi Amber,

 

I am ready to help you with resize images on Dawn themes.

Hasnain Abbas

BSS-TekLabs
Shopify Partner
2350 688 810

- Here is the solution for you @amber-ilove 
- Please follow these steps:

step.png

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.card .media {
    background: white !important;
}
.card__media .media img {
    object-fit: contain !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1721566253462.png

- The above code helps you edit on the collection page. If you want to fix other areas, please let me know.

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
amber-ilove
Visitor
3 0 2

Hey! 

 

Thanks so much for your help.  I cant seem to find theme.ccs but there is theme.liquid?

 

Thanks