JaySunSyn / cosmoz-image-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cosmoz-image-viewer

Build Status Published on webcomponents.org

<cosmoz-image-viewer>

cosmoz-image-viewer is an element for displaying images in a carousel while being able to detach the currently selected image into another window, zooming and activating a fullscreen mode.

<cosmoz-image-viewer>

Example:

<cosmoz-image-viewer show-nav show-dots show-fullscreen show-zoom show-detach
images='["demo/images/stockholm.jpg", "demo/images/strasbourg.jpg"]'>
</cosmoz-image-viewer>

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

About

License:Apache License 2.0


Languages

Language:HTML 67.8%Language:JavaScript 32.2%