Skip to content

Commit

Permalink
Merge pull request #17 from theel0ja/patch-1
Browse files Browse the repository at this point in the history
Fix mixed content warnings
  • Loading branch information
vb authored Dec 22, 2018
2 parents bb1c268 + 7e0e2f3 commit 086bbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
data-src="https://www.youtube.com/embed/6hgVihWjK2c"
data-vendor="youtube"
data-title="Custom title"
data-thumbnail="http://placekitten.com/500/281">
data-thumbnail="https://placekitten.com/500/281">
</div>

<p>Vimeo video with thumbnail and title from api</p>
Expand All @@ -70,7 +70,7 @@
data-src="https://vimeo.com/183524061"
data-vendor="vimeo"
data-title="Custom title"
data-thumbnail="http://placekitten.com/500/281">
data-thumbnail="https://placekitten.com/500/281">
</div>

<p>Iframe with custom theme and title</p>
Expand Down

0 comments on commit 086bbca

Please sign in to comment.