Fullscreen improvements
This commit is contained in:
@ -22,13 +22,15 @@
|
||||
<body>
|
||||
<header>
|
||||
<h1>Plyr</h1>
|
||||
<p>A simple, accessible HTML5 media player by <a href="https://twitter.com/sam_potts" target="_blank">@sam_potts</a></p>
|
||||
<p>A simple, accessible HTML5 media player by
|
||||
<a href="https://twitter.com/sam_potts" target="_blank">@sam_potts</a>
|
||||
</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/sampotts/plyr" target="_blank" class="btn btn--large btn--primary" data-shr-network="github">
|
||||
<svg class="icon">
|
||||
<use xlink:href="#icon-github" />
|
||||
<use xlink:href="#icon-github"></use>
|
||||
</svg>Download on GitHub
|
||||
</a>
|
||||
</li>
|
||||
@ -36,7 +38,7 @@
|
||||
<a href="https://twitter.com/intent/tweet?text=A+simple+HTML5+media+player+with+custom+controls+and+WebVTT+captions.&url=http%3A%2F%2Fplyr.io&via=Sam_Potts"
|
||||
target="_blank" class="btn btn--large btn--twitter" data-shr-network="twitter">
|
||||
<svg class="icon">
|
||||
<use xlink:href="#icon-twitter" />
|
||||
<use xlink:href="#icon-twitter"></use>
|
||||
</svg>Tweet
|
||||
</a>
|
||||
</li>
|
||||
@ -54,10 +56,16 @@
|
||||
<button type="button" class="btn" data-source="audio">Audio</button>
|
||||
</li>
|
||||
<li>
|
||||
<button type="button" class="btn btn--youtube" data-source="youtube"><svg class="icon"><use xlink:href="#icon-youtube"/></svg>YouTube</button>
|
||||
<button type="button" class="btn btn--youtube" data-source="youtube">
|
||||
<svg class="icon">
|
||||
<use xlink:href="#icon-youtube"></use>
|
||||
</svg>YouTube</button>
|
||||
</li>
|
||||
<li>
|
||||
<button type="button" class="btn btn--vimeo" data-source="vimeo"><svg class="icon"><use xlink:href="#icon-vimeo"/></svg>Vimeo</button>
|
||||
<button type="button" class="btn btn--vimeo" data-source="vimeo">
|
||||
<svg class="icon">
|
||||
<use xlink:href="#icon-vimeo"></use>
|
||||
</svg>Vimeo</button>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
@ -91,7 +99,7 @@
|
||||
<a href="https://www.youtube.com/watch?v=bTqVqk7FSmY" target="_blank">View From A Blue Moon</a> on
|
||||
<span class="color--youtube">
|
||||
<svg class="icon">
|
||||
<use xlink:href="#icon-youtube"/>
|
||||
<use xlink:href="#icon-youtube"></use>
|
||||
</svg> YouTube
|
||||
</span>
|
||||
</small>
|
||||
@ -101,7 +109,7 @@
|
||||
<a href="https://vimeo.com/ondemand/viewfromabluemoon4k" target="_blank">View From A Blue Moon</a> on
|
||||
<span class="color--vimeo">
|
||||
<svg class="icon">
|
||||
<use xlink:href="#icon-vimeo"/>
|
||||
<use xlink:href="#icon-vimeo"></use>
|
||||
</svg> Vimeo
|
||||
</span>
|
||||
</small>
|
||||
|
Reference in New Issue
Block a user