UNPKG

plastic-image

Version:

iron-image extension supporting srcset and lazy loading

18 lines (17 loc) 350 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>plastic-image tests</title> <script src="../node_modules/wct-browser-legacy/browser.js"></script> </head> <body> <script> WCT.loadSuites([ 'srcset.html', 'webp.html', 'lazy.html' ]); </script> </body> </html>