<!doctype html>
<html amp>
  <head>
    <meta charset="utf-8">
    <title>AMP圖片輪播-amp-carousel</title>
    <link rel="canonical" href="./regular-html-version.html">
    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
    <style amp-custom>
     /*CSS樣式設定*/
      .container{
        width: 600px;
      }
    </style>
    <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
    <script async src="https://cdn.ampproject.org/v0.js"></script>
    <script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
  </head>
  <body>
    <div class="container">
      <amp-carousel height="300"
        layout="fixed-height"
        type="carousel">
        <a href="#1">
          <amp-img src="https://photo.minwt.com/cc0/06.jpg"
          width="450"
          height="300"
          alt="a sample image"></amp-img>
        </a>
        <a href="#2">
          <amp-img src="https://photo.minwt.com/cc0/09.jpg"
          width="450"
          height="300"
          alt="another sample image"></amp-img></a>
        <a href="#3"><amp-img src="https://photo.minwt.com/cc0/08.jpg"
          width="450"
          height="300"
          alt="and another sample image"></amp-img></a>
      </amp-carousel>
    </div>
  </body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.