Skip to content

Commit

Permalink
Fix embed youtube responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed Sep 16, 2014
1 parent 9047b0b commit dfc9d0c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ <h2>Ispirazioni</h2>
<cite title="Source Title">Il senso della caritativa</cite>
</small>
</blockquote>

<iframe width="560" height="315"
src="//www.youtube.com/embed/S38Dk0eq17U?rel=0"
frameborder="0" allowfullscreen>
</iframe>

</div>

<div class="col-lg-4">
Expand All @@ -77,6 +71,7 @@ <h2>Nota sui contributi</h2>
superi la soglia di Euro 70 mila annui.
</p>
</div>

<div class="col-lg-4">
<h2>Flash news eventi</h2>
<p><a class="btn btn-lg btn-danger"
Expand All @@ -89,6 +84,10 @@ <h2>Flash news eventi</h2>
<img width=300 height=200 src="img/poltronieri-5x1000.jpg"/>
</a>'>
Donazione 5x1000, scarica il coupon</a></p>

<div class="embed-responsive embed-responsive-16by9">
<iframe src="//www.youtube.com/embed/S38Dk0eq17U?rel=0"></iframe>
</div>
</div>

</div>

0 comments on commit dfc9d0c

Please sign in to comment.