Skip to content

Commit

Permalink
Merge pull request #209 from j0k3r/fix/data-srcset
Browse files Browse the repository at this point in the history
Add `data-srcset` as lazyload attributes
  • Loading branch information
j0k3r authored Jul 22, 2019
2 parents 8f06787 + 29c3667 commit 5ed35e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Extractor/ContentExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function __construct($config = [], LoggerInterface $logger = null, Config
'data-original',
'data-sources',
'data-hi-res-src',
'data-srcset',
],
]);

Expand Down

0 comments on commit 5ed35e8

Please sign in to comment.