'); $('.texto').append('
'); $('body').prepend(' '); } if(config_tema['home'] == "N"){ $(".texto iframe").each(function(i){ if(!$('iframe').hasClass('instagram-media')){ var wid_orig = $(this).width(); var hei_orig = $(this).height(); $(this).width("100%"); var wid_new = $(this).width(); var hei_new = $(this).height(); var ratio = wid_orig / hei_orig; var new_hei = wid_new / ratio; $(this).height(new_hei); } }); } });