Keep aspect ratio for product images in new custorder
This commit is contained in:
parent
7e4bd851f1
commit
d0881cbd09
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue