Add support for HTML5 <picture> tag #59
Labels
enhancement
topic:frontend
Issues related to the frontend code
topic:img
Issues related to the lazy loading of img tags
The plugin currently processes
<picture>
tags incompletely.For example, the following code:
...is transformed to:
...which becomes the following after activation in the browser:
This essentially reduces the functionality of the
<picture>
tag to a basic<img>
.The text was updated successfully, but these errors were encountered: