Posts by Caio Chaim • 71 points
1 post
-
7
votes1
answer675
viewsQ: How to change the volume of an <iframe> video by javascript?
I have tried the code below to solve. var volumeIcon = 1; $(".ico-volume").on('click', function(event) { if (volumeIcon == 1) { $(this).find("img").removeAttr('src'); $(this).find("img").attr('src',…