<script>
$(function() {
$(".vidImage").on( "click", function(ev) {
$("iframe").show();
$(this).hide();
$("iframe")[0].src += "&autoplay=1";
ev.preventDefault();
});
});
</script>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.