fix: keep image aspect ratio

This commit is contained in:
liyasthomas
2022-02-21 06:58:03 +05:30
parent 988be55db6
commit 9e5972d09e

View File

@@ -18,7 +18,7 @@
</div> </div>
</div> </div>
<img <img
class="flex flex-col flex-1 max-w-full border-b border-dividerLight" class="flex max-w-full border-b border-dividerLight"
:src="imageSource" :src="imageSource"
loading="lazy" loading="lazy"
:alt="imageSource" :alt="imageSource"