I need to play the video on "Play" button click on a site
I tried using this code but it doesn't trigger the play on the Youtube Video.
jQuery(document).on('click', '.eg-henryharrison-element-2', function(event) {
event.preventDefault();
jQuery(".esg-youtubevideo").click();
});