I have a simple app that has some text followed by a (Vimeo) video embedded using iframe. The problem I have is that the iframe prevents the user from being able to scroll the page. It’s not a huge problem as a user can still scroll using the available screen space outside the iframe video.
Does anybody know what code I need to use to allow scrolling of the whole page when a user clicks on a video embedded using iframe?
Thanks for this, I was worried that using that would cause the play button within the embed not to work but it seems fine. I am going to experiment adding it to the main content tag and also individual iframe elements.