Hello everyone,
My first question is about the image size of the product page layout. I have many different pictures and now everything works fine on desktop mode, but not the mobile view. I tried a little bit more and I found out that the perfect height of the pictures is generally 200px and for mobile 150px. Is there a possibilty to use one value for mobile and one for the other sizes ?
Second question is about the size guide. I would like to add one picture for all products automatically as default size guide image. I have this code for the “xstore” but I don’t know what I have to change for the legenda theme.
function etheme_size_guide() { ?>
<div class=”size-guide”>
<?php esc_html_e(‘Sizing guide’, ‘xstore’); ?>
</div>
<?php
}
Thank you for your help
Andreas