Skip to content

Commit

Permalink
Image lazy loading - tag attribute added
Browse files Browse the repository at this point in the history
Lazy image loading is supported by all current browsers per attribute. Devices that do not recognise this attribute actually ignore it.

https://caniuse.com/?search=loading%3D%22lazy%22
  • Loading branch information
bpmusicDE authored Dec 5, 2024
1 parent c9dc49f commit 943126d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parsedown.php
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,7 @@ protected function inlineImage($Excerpt)
'attributes' => array(
'src' => $Link['element']['attributes']['href'],
'alt' => $Link['element']['handler']['argument'],
'loading' => 'lazy',
),
'autobreak' => true,
),
Expand Down

0 comments on commit 943126d

Please sign in to comment.