Skip to content

Commit

Permalink
style: set default img size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryrden committed Dec 27, 2023
1 parent 3db07f3 commit 0fde7a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/lazyload.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
src="{{ include.image_src }}"
alt="{{ include.image_alt }}"
title="{{ include.image_title }}"
width="auto"
height="auto"
width="600"
height="400"
/>
</noscript>

<img
data-src="{{ include.image_src }}"
alt="{{ include.image_alt }}"
title="{{ include.image_title }}"
width="auto"
height="auto"
width="600"
height="400"
class="blur-up lazyload"
/>

0 comments on commit 0fde7a7

Please sign in to comment.