This repository was archived by the owner on Aug 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
content/en/showcase/case-study Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -618,4 +618,3 @@ techniques we’re describing to power your own web applications.
618618Service workers are a [ progressive enhancement] ( https://en.wikipedia.org/wiki/Progressive_enhancement )
619619that you can start using today, and when used as part of a properly structured
620620web app, the speed and offline benefits are significant for your users.
621-
Original file line number Diff line number Diff line change 6666</div >
6767
6868<div style =" clear :both ;" ></div >
69+
6970{% include page -structure /site-promo-banner .liquid %}
7071
7172<div class =" page-content" >
Original file line number Diff line number Diff 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">'
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments