Добро пожаловать на Леста Игры Wiki!

Участник:Degit22:ru/common.js — различия между версиями

Перейти к: навигация, поиск
Версия 11:03, 27 октября 2015Версия 11:04, 27 октября 2015
Строка 1:Строка 1:
 $(document).ready(function() { $(document).ready(function() {
  $('.Model3DViewer').click(function(){  $('.Model3DViewer').click(function(){
? document.getElementById("popupImageWrapper").innerHTML = '<iframe width="'+(document.documentElement.clientWidth-100)+'px" height="'+(document.documentElement.clientHeight-100)+'px" id="Model3D" src="https://sketchfab.com/models/'+$(this).children('div.Model3D').text()+'/embed?autostart=1&amp;preload=1" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>';+ document.getElementById("popupImageWrapper").innerHTML = '<iframe width="'+(document.documentElement.clientWidth-200)+'px" height="'+(document.documentElement.clientHeight-200)+'px" id="Model3D" src="https://sketchfab.com/models/'+$(this).children('div.Model3D').text()+'/embed?autostart=1&amp;preload=1" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>';
  $('#popupImageWrapper').show();  $('#popupImageWrapper').show();
  $('#popupImageWindow').show();  $('#popupImageWindow').show();
  });  });
 }); });

Версия 11:04, 27 октября 2015

$(document).ready(function() {
	$('.Model3DViewer').click(function(){
		document.getElementById("popupImageWrapper").innerHTML = '<iframe width="'+(document.documentElement.clientWidth-200)+'px" height="'+(document.documentElement.clientHeight-200)+'px" id="Model3D" src="https://sketchfab.com/models/'+$(this).children('div.Model3D').text()+'/embed?autostart=1&amp;preload=1" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>';
                $('#popupImageWrapper').show();
                $('#popupImageWindow').show();
	});
});