1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-30 16:30:04 +02:00

updating demos: youtube api examples, bg video...

This commit is contained in:
José Luis Antúnez
2017-04-04 16:45:34 +02:00
committed by GitHub
parent 99ddf85cc0
commit 5694444c5e
6 changed files with 74 additions and 56 deletions

View File

@@ -767,10 +767,10 @@
<div class="content-left">
<h3>Fullscreen Background Images</h3>
<pre>&lt;section&gt;
&lt;span class="background" style="background-image:url('https://source.unsplash.com/UJbHNoVPZW0/')"&gt;&lt;/span&gt;
&lt;section&gt;
&lt;h1&gt;Slide&lt;/h1&gt;
&lt;/section&gt;
&lt;span <strong>class="background"</strong> style="background-image:url('https://source.unsplash.com/UJbHNoVPZW0/')"&gt;&lt;/span&gt;
&lt;div class="wrap"&gt;
&lt;h1&gt;Slide&lt;/h1&gt;
&lt;/div&gt;
&lt;/section&gt;</pre>
<p>How to <a href="https://source.unsplash.com/">embed Unsplash photos</a>?</p>
</div>