pages/photos: access imgur with https.

I think this fails.
This commit is contained in:
Mikaela Suomalainen 2014-06-08 23:03:47 +03:00
parent 0dd6aeb26f
commit bedb8f6c6b
2 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ Photos of me embedded from imgur
<body>
<hr/>
<h2 id="selfies">Selfies</h2>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/8b4EY/embed"></iframe>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/8b4EY/embed"></iframe>
<hr/>
<h2 id="taken-by-others">Taken by others</h2>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/pfCvJ/embed"></iframe>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/pfCvJ/embed"></iframe>
<hr/>

View File

@ -13,12 +13,12 @@
<body>
<hr/>
## Selfies
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/8b4EY/embed"></iframe>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/8b4EY/embed"></iframe>
<hr/>
## Taken by others
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/pfCvJ/embed"></iframe>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/pfCvJ/embed"></iframe>
<hr/>