- Added support for propagation of arbitrary attributes on the replacing image. Instead of creating a new Img dom element, one is instead instantiated from the content of the noscript tag.
- Preserve width and height attributes if given to
image_tag
and propagate them to the placeholder svg as well.
- Adds support for providing a custom placeholder svg.
Initial version.