Версия для слабовидящих

Шаблон:Баннеры главная — различия между версиями

Материал из Ярославский педагогический университет
Перейти к: навигация, поиск
 
(не показаны 53 промежуточных версий 1 участника)
Строка 2: Строка 2:
 
website=https://newyspu.ru/yspu_org/
 
website=https://newyspu.ru/yspu_org/
 
width=100%
 
width=100%
height=600px
+
height=2000px
 
border=0
 
border=0
 
scroll=no
 
scroll=no
 
</websiteFrame>
 
</websiteFrame>
 
<iframe class="frame" src="https://newyspu.ru/yspu_org/"></iframe>
 
 
<script>
 
$(function() {
 
  $('.frame').load(function(){
 
var target = this;
 
var content = $(target).contents().find('body');
 
$(target).height($(content).outerHeight(true));
 
 
$(content).on("DOMSubtreeModified click", function (event){
 
setTimeout(function(){
 
$(target).stop().animate({height: $(content).outerHeight(true)}, 200);
 
}, 400);
 
});
 
});
 
});
 
</script>
 

Текущая версия на 20:09, 25 октября 2023