<iframe width="100%" height="340px" src="" data-src="https://www.youtube.com/embed/9bNinvQIETc" frameborder="0" allowfullscreen></iframe>
...
$(function() {
$("iframe").each(function() {
if ($(this).attr("src") == "") {
console.log($(this).attr("data-src"));
dataSRC = $(this).attr("data-src");
$(this).attr("src", dataSRC);
}
});
});
No hay comentarios:
Publicar un comentario