Keep aspect ratio for product images in new custorder

This commit is contained in:
Lance Edgar 2023-01-04 12:38:04 -06:00
parent 7e4bd851f1
commit d0881cbd09

View file

@ -552,7 +552,7 @@
<div class="is-pulled-right has-text-centered">
<img :src="productImageURL"
style="height: 150px; width: 150px; "/>
style="max-height: 150px; max-width: 150px; "/>
## <p>{{ productKey }}</p>
</div>
@ -716,7 +716,7 @@
<div class="is-pulled-right has-text-centered">
<img :src="productImageURL"
style="height: 150px; width: 150px; "/>
style="max-height: 150px; max-width: 150px; "/>
</div>
<b-field grouped>