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">
|
<div class="is-pulled-right has-text-centered">
|
||||||
<img :src="productImageURL"
|
<img :src="productImageURL"
|
||||||
style="height: 150px; width: 150px; "/>
|
style="max-height: 150px; max-width: 150px; "/>
|
||||||
## <p>{{ productKey }}</p>
|
## <p>{{ productKey }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -716,7 +716,7 @@
|
||||||
|
|
||||||
<div class="is-pulled-right has-text-centered">
|
<div class="is-pulled-right has-text-centered">
|
||||||
<img :src="productImageURL"
|
<img :src="productImageURL"
|
||||||
style="height: 150px; width: 150px; "/>
|
style="max-height: 150px; max-width: 150px; "/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<b-field grouped>
|
<b-field grouped>
|
||||||
|
|
Loading…
Reference in a new issue