Hiển thị các bài đăng có nhãn Iframe. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Iframe. Hiển thị tất cả bài đăng

Chủ Nhật, 11 tháng 1, 2015

Iframe auto height content inner

Iframe.Load inner height.

$('iframe').load(function () {
    $('iframe').height($('iframe').contents().height());
});

Thứ Ba, 1 tháng 7, 2014

Iframe YOUTUBE over menu - add param transparent

Mô tả: add iframe từ src youtube, flash youtube hiển thị phía trên menu.
Cách thực hiện: Youtube hỗ trợ thêm param thêm vào url ?wmode=transparent.

Example:
<iframe width="640" height="360" src="//www.youtube.com/embed/BdT_QY3o7fw?feature=player_detailpage&amp;wmode=transparent" frameborder="0" allowfullscreen="true"></iframe>