|
|
Ok!
|
|
|
Ok!
|
|---|---|---|---|---|
| 177 | <script type="text/javascript">$(document).ready(function () {
var div = $("#rec241218811").find(".t-video-lazyload");
var iframe = div.find('iframe');
var height = div.width() * 0.5625;
div.height(height);
iframe.height(height);
$('.t223').bind('displayChanged', function () {
height = div.width() * 0.5625;
div.height(height);
iframe.height(height);
});
$(window).bind('scroll', t_throttle(function () {
height = div.width() * 0.5625;
div.height(height);
iframe.height(height);
}, 200));
});</script> | lazyload, youtube | 90890 | Лэйзилоуд для ютьюб роликов на страницу |