FriendsOfShopware / FroshWebP

WebP Support for Shopware
MIT License
35 stars 25 forks source link

Image element do not have src attributes #100

Closed e-nitio closed 3 years ago

e-nitio commented 3 years ago

Missing src-attribute in picture/image tag

Picture and image tags do not have explicit "src" attributes, only the srcset attributes are set. This causes html validation error, which doesn't really matter that much. But implementing those attributes could actually improve browser backward compatibility by providing a valid fallback src attribute and in addition to that getting rid of the validation problem.

shyim commented 3 years ago

Hey,

can you provide an Pull request? 😅

shyim commented 3 years ago

Hey,

feel free to write when you want to work on it 😄