Star Wars: Historias del inframundo
Género
Animación, Aventura, Ciencia Ficción
Descargas
para evitar que quede atascado en un div lateral o recortado
if (m.parentNode !== document.body) {
document.body.appendChild(m);
}
m.classList.add('show');
document.body.style.overflow = 'hidden';
img.style.display = 'none';
tit.style.display = 'none';
load.style.display = 'block';
tit.innerText = title || "VISUALIZADOR";
img.onload = function() {
if (m.classList.contains('show')) {
load.style.display = 'none';
img.style.display = 'block';
tit.style.display = 'block';
img.style.opacity = '0';
setTimeout(function(){
img.style.transition = 'opacity 0.3s';
img.style.opacity = '1';
}, 10);
}
};
img.src = url;
}
}
function closeModal() {
var m = document.getElementById('imageModal');
var img = document.getElementById('modalImg');
if (m) m.classList.remove('show');
document.body.style.overflow = '';
setTimeout(() => { if(img) { img.src = ""; img.style.display = 'none'; } }, 300);
}
Estados Unidos
