HummingBirdAnimeClient/tests/AnimeClient/Helper/__snapshots__/PictureHelperTest__testPictureHelper with data set svg with png fallback and lots of attributes__1.txt
Timothy J Warren 4f6a92cd45
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Update dependencies to latest versions
2020-04-10 15:38:32 -04:00

1 line
314 B
Plaintext

<picture width="200" height="300" loading="lazy"><source srcset="https://localhost/assets/images/example.svg" type="image/svg+xml" /><source srcset="https://localhost/assets/images/example.png" type="image/png" /><img src="https://localhost/assets/images/example.png" alt="Example text" loading="lazy" /></picture>