Skip to content

Commit e826b27

Browse files
Merge pull request #113 from appwrite/fix-small-article-images
fix: small article image
2 parents e4480a5 + 17652c2 commit e826b27

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

β€Žsrc/markdoc/nodes/Image.svelteβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<img {src} {alt} {title} loading="lazy" style:vertical-align="middle" />
1313
{:else}
1414
<div class="aw-media">
15-
<img {src} {alt} {title} loading="lazy" class="aw-u-media-ratio-16-9" />
15+
<img {src} {alt} {title} loading="lazy" class="aw-u-media-ratio-16-9 u-width-full-line" />
1616
</div>
1717
{/if}
445 KB
Loading
53.9 KB
Loading
365 KB
Loading
651 KB
Loading

0 commit comments

Comments
Β (0)