<iron-photo-viewer> is a Polymer element for viewing fullscreen photos, based on Swiper.js
https://safetychanger.github.io/iron-photo-viewer/
Install the component using Bower:
$ bower install iron-photo-viewer --saveImport Custom Element:
<link rel="import" href="bower_components/iron-photo-viewer/iron-photo-viewer.html">And then use it:
<iron-photo-viewer></iron-photo-viewer>See the Documentation for more options.
If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
MIT License © Ruben Stolk