Skip to content

Instantly share code, notes, and snippets.

@tjmonsi
Created July 14, 2018 06:36
Show Gist options
  • Save tjmonsi/0d192c959fb4d8efb12933b24fed9de0 to your computer and use it in GitHub Desktop.
Save tjmonsi/0d192c959fb4d8efb12933b24fed9de0 to your computer and use it in GitHub Desktop.
Polymer 3 index image-carousel
<html>
<head>
<title>Hello world</title>
<style>
img {
width: 100%
}
</style>
</head>
<body>
<image-carousel>
<img src="https://www.travelbook.ph/blog/cms/wp-content/uploads/old-site/1933_Photo_by_Duane_Mendoza_via_.jpg">
<img src="http://s3-ap-southeast-1.amazonaws.com/thejuanderwoman-wp/wp-content/uploads/2017/10/18154603/baguio-602621-990x661.jpg">
<img src="http://kingjoytravel.com/wp-content/uploads/2015/08/baguio-2-720x480.jpg">
</image-carousel>
<script type="module" src="/image-carousel-tj.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment