Created
June 3, 2018 19:01
-
-
Save sanjsanj/3731ad4987070010103c4ab782d3b005 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<amp-carousel type="slides" height="540" layout="fixed-height"> | |
<amp-video autoplay | |
src="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" | |
poster="https://peach.blender.org/wp-content/uploads/bbb-splash.png" | |
layout="fill" artwork="img/bigbuckbunny.jpg" | |
title="Big Buck Bunny" album="Blender" artist="Blender Foundation" | |
controls> | |
</amp-video> | |
<amp-img src="https://loremflickr.com/300/300/architecture" alt="An image" | |
width="1.6" height="1" layout="responsive"> | |
</amp-img> | |
<amp-soundcloud height="350" layout="fixed-height" | |
data-trackid="243169232" data-color="ff5500"> | |
</amp-soundcloud> | |
<amp-youtube layout="fill" data-videoid="lBTCB7yLs8Y" autoplay> | |
</amp-youtube> | |
<amp-imgur width="1.6" height="1" layout="responsive" | |
data-imgur-id="f462IUj"> | |
</amp-imgur> | |
<amp-twitter width="1.6" height="1" layout="responsive" | |
data-tweetid="638793490521001985"> | |
</amp-twitter> | |
</amp-carousel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment