fix(style): set image width in BOM

(cherry picked from commit b634ba7f54)
This commit is contained in:
sokumon
2025-01-02 17:37:46 +05:30
committed by Mergify
parent 85167bf934
commit 6247d5aadb

View File

@@ -3,7 +3,7 @@
<div class="col-md-5" style="max-height: 500px">
{% if data.image %}
<div class="border image-field " style="overflow: hidden;border-color:#e6e6e6">
<img class="responsive" src={{ data.image }}>
<img class="responsive" style="width: 100%;" src={{ data.image }}>
</div>
{% endif %}
</div>