Buenos días para todos
Estoy utilizando esta galería pero resulta que cuando el navegador está reducido de alto lanza un mensaje:
Este es el código que utilizo:
Cita: <script type="text/javascript" charset="utf-8">
<!--
$(document).ready(function(){
$("area[rel^='prettyPhoto']").prettyPhoto();
$("area[rel^='prettyPhoto']").prettyPhoto({social_tools: false});
$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'fa cebook',slideshow:3000, autoplay_slideshow: false,social_tools: false});
$(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'fast',slideshow:1 0000, hideflash: true,social_tools: false});
$("#custom_content a[rel^='prettyPhoto']:first").prettyPhoto({
custom_markup: '<div id="map_canvas" style="width:260px; height:265px"></div>',
changepicturecallback: function(){ initialize(); }
});
$("#custom_content a[rel^='prettyPhoto']:last").prettyPhoto({
custom_markup: '<div id="bsap_1259344" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div><div id="bsap_1237859" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6" style="height:260px"></div><div id="bsap_1251710" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div>',
changepicturecallback: function(){ _bsap.exec(); }
});
});
-->
</script>
Que debo agregar para que no se bloquee?.
Gracias por su ayuda