Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 5f561f3

Browse files
author
Matt Gaunt
committed
Fixing fullscreen case study
1 parent fcdcbd7 commit 5f561f3

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

src/content/en/showcase/case-study/service-workers-iowa.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,3 @@ techniques we’re describing to power your own web applications.
618618
Service workers are a [progressive enhancement](https://en.wikipedia.org/wiki/Progressive_enhancement)
619619
that you can start using today, and when used as part of a properly structured
620620
web app, the speed and offline benefits are significant for your users.
621-

src/jekyll/_layouts/showcase/casestudy.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
</div>
6767

6868
<div style="clear:both;"></div>
69+
6970
{% include page-structure/site-promo-banner.liquid %}
7071

7172
<div class="page-content">

src/jekyll/_plugins/custom_tags/ytvideo.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ def render(context)
5858

5959
out = '<div class="video-wrapper">'
6060
out += '<iframe src="' + iframeSrcUrl +'" '
61-
# out += 'class="devsite-embedded-youtube-video" allowfullscreen '
62-
out += 'class="devsite-embedded-youtube-video" '
61+
out += 'class="devsite-embedded-youtube-video" allowfullscreen '
6362
out += 'data-video-id="' + @videoId +'" '
6463
out += 'data-autohide="1" data-modestbranding="1" data-controls="2" '
6564
out += 'data-utm-source="crdev-wf" data-showinfo="0" frameborder="0">'

src/static/styles/shows.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ $color-accent: unquote("rgb(#{$palette-blue-grey-600})");
1212
@import "partials/components/wf-shows-subscribe";
1313
@import "partials/components/wf-shows";
1414
@import "partials/components/wf-podcasts";
15+
16+
.mdl-layout__content {
17+
will-change: initial;
18+
}

0 commit comments

Comments
 (0)