HummingBirdAnimeClient/tests/Helper/__snapshots__/PictureHelperTest__testPictureHelper with data set bmp with gif fallback__1.php
Timothy J Warren 6770c133fb
All checks were successful
timw4mail/HummingBirdAnimeClient/PR-12 This commit looks good
Update picture helper, move anilist oauth calls to the settings controller
2018-11-02 12:58:19 -04:00

2 lines
266 B
PHP

<?php return '<picture><source srcset="https://localhost/assets/images/avatar/25.bmp" type="image/bmp" /><source srcset="https://localhost/assets/images/avatar/25.gif" type="image/gif" /><img src="https://localhost/assets/images/avatar/25.gif" alt="" /></picture>';