westonruter / amp-picture

Add Temporary support for <picture> element.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMP Picture compatibility

The Mini Plugin to add support for <picture> element

Notes

  • It will convert element into amp-img
  • Just Like img tag it will determine image dimensions automatically.
  • You can remove plugin once the #6676 issue is fixed and released.

Plugin Structure

.
├── sanitizers
│   ├── class-sanitizer.php
└── amp-skeleton-compat.php

Sanitizers

The plugin uses amp_content_sanitizers filter to add custom sanitizers and convert <picture> element to <amp-img>.

Need a feature in plugin?

Feel free to create a issue and will add more examples.

About

Add Temporary support for <picture> element.


Languages

Language:PHP 99.7%Language:CSS 0.3%