Skip to content

Commit

Permalink
Merge pull request #113 from appwrite/fix-small-article-images
Browse files Browse the repository at this point in the history
fix: small article image
  • Loading branch information
TorstenDittmann authored Sep 28, 2023
2 parents e4480a5 + 17652c2 commit e826b27
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdoc/nodes/Image.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<img {src} {alt} {title} loading="lazy" style:vertical-align="middle" />
{:else}
<div class="aw-media">
<img {src} {alt} {title} loading="lazy" class="aw-u-media-ratio-16-9" />
<img {src} {alt} {title} loading="lazy" class="aw-u-media-ratio-16-9 u-width-full-line" />
</div>
{/if}
Binary file modified static/images/blog/glass-elements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/blog/new-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/blog/new-website.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/blog/socials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e826b27

Please sign in to comment.