Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #147 from trailimage/develop
Browse files Browse the repository at this point in the history
secure YouTube link
  • Loading branch information
Jason-Abbott authored Aug 4, 2018
2 parents 9e33fb2 + 548f6b6 commit 4d74fa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.3

- Use secure YouTube link

## 4.1.2

- Fix navigation ordering (was reversed)
Expand Down
2 changes: 1 addition & 1 deletion views/post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
{{#if post.video}}
<a name="video">
<div class="video" style="width: {{{add post.video.width 8}}}px;">
<iframe width="{{post.video.width}}" height="{{post.video.height}}" src="http://www.youtube.com/embed/{{post.video.id}}?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe width="{{post.video.width}}" height="{{post.video.height}}" src="//www.youtube.com/embed/{{post.video.id}}?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</a>
{{/if}}
Expand Down

0 comments on commit 4d74fa0

Please sign in to comment.