Add loading image behind slides

This commit is contained in:
Oliver Davies 2017-03-06 13:11:00 +00:00
parent 7ff8348a60
commit 97b8239b0d
4 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,7 @@
@import 'availability'
@import 'badges'
@import 'content-types/blog-post'
@import 'content-types/talk'
@import 'footer'
@import 'meetups'
@import 'testimonials'

View file

@ -0,0 +1,6 @@
.presentation
background: url('../images/loading.gif') no-repeat center
min-height: 350px
width: 100%
+desktop
min-height: 550px

View file

@ -1,6 +1,8 @@
{% if page.slides_embed %}
<div class="talk-slides">
<h2>Slides</h2>
{{ page.slides_embed|raw }}
<div class="presentation">
{{ page.slides_embed|raw }}
</div>
</div>
{% endif %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB