October 2017
Intermediate to advanced
370 pages
8h 57m
English
Let's start with the basic gallery. We'll use amp-carousel to house the main product images, and we'll separately use a list of amp-imgs for our thumbnails. First, the carousel:
<amp-carousel id="product-carousel" width="600" height="600" layout="responsive" type="slides"> <amp-img src="img/tshirt-0-f-red-640.png" width="300" height="300" layout="responsive"></amp-img> <amp-img src="img/tshirt-0-f-black-640.png" width="300" height="300" layout="responsive"></amp-img> <amp-img src="img/tshirt-0-f-blue-640.png" width="300" height="300" layout="responsive" ></amp-img> <amp-img src="img/tshirt-0-f-green-640.png" width="300" height="300" layout="responsive"></amp-img> </amp-carousel>
This time, note ...
Read now
Unlock full access