Easy Store - Product Image Size And Shape - Question | JoomShaper

Easy Store - Product Image Size And Shape

JG

Jamie Gilbert

EasyStore 1 month ago

Hi

I cannot find how to change the sizes / shape of the product images templates such as Allura are portrait and then say Orbit is square, we would like to change it to a landscape image sizing on the Allura which is currently portrait.

Thanks in advance.

0
6 Answers
JG
Jamie Gilbert
Accepted Answer
1 month ago #162510

For anyone struggling with this, you need to change the padding-bottom percentage, 100% = square, 125% = Portait, and 75% would be landscape.

This can be done via the custom.css

.easystore-product-image { padding-bottom: 100%; }

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #162367

Hi

Thanks for contacting us. Could you please give me that page link and also a screenshot of your issue?

-Regards.

0
JG
Jamie Gilbert
Accepted Answer
1 month ago #162372

https://www.joomshaper.com/joomla-templates/allura - has portrait images

https://www.joomshaper.com/joomla-templates/orbit - has square images

Can't find a setting in pagebuilder or easystore that changes this.

Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #162374

Are you talking about slideshow images?

0
JG
Jamie Gilbert
Accepted Answer
1 month ago #162376

No the product images that it displays to for the Orbit one, the Sony 2x Teleconverter Lens, Real SDS-XC14 Mini Bluetooth Speaker Extra Bass Portable - it's not based on the format/size/shape of the images you upload to easystore.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #162385

You can use custom CSS to resize the image. This blog may help you.

https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0