lightspeedretail / webstore

Web Store eCommerce solution for Lightspeed
http://www.lightspeedpos.com/webstore
Open Software License 3.0
85 stars 63 forks source link

how to call product images 512x512 pixels ? #686

Closed birdawn closed 7 years ago

birdawn commented 7 years ago

Hello,

In the product template there are a 256x256 container pictures with the magnifyng glass that doesn't have too much sense because the container is too small.

I try to build a bigger container 512x512 and fit the photo that already exist with 512x512 pixels. Do anyone known how to call this picture? I can't find or see the variable to call it...

Thank you in advance, Juan

ottaz commented 7 years ago

Hi Juan,

You can update the dimensions of the image that should show on the product detail page via the theme admin form. Take a look at this wiki article for guidance, https://github.com/lightspeedretail/webstore/wiki/Creating-a-Theme-Admin-Panel

birdawn commented 7 years ago

Thank you very much. This solution my issue!

El 22 dic 2016, a las 0:11, Kevin Ottley notifications@github.com escribió:

Hi Juan,

You can update the dimensions of the image that should show on the product detail page via the theme admin form. Take a look at this wiki article for guidance, https://github.com/lightspeedretail/webstore/wiki/Creating-a-Theme-Admin-Panel

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ottaz commented 7 years ago

Your welcome!