Closed webcompat-bot closed 8 years ago
In Firefox or Chrome using OSX, with flash disabled I can reproduce this issue. With flash enabled fullscreen works fine. I'm afraid this isn't really a web compatibility issue as the behavior is the same in multiple browsers. I believe this site will want to fix this problem as flash is being phased out of Firefox and Chrome.
The video is located in an iframe.
<iframe title="MP4Upload" type="text/html" scrolling="no" src="http://mp4upload.com/embed-er9cfinw5qol-650x370.html" width="650" height="370" frameborder="0"></iframe>
They need to set allowfullscreen="true"
.
<iframe title="MP4Upload" type="text/html" scrolling="no" src="http://mp4upload.com/embed-er9cfinw5qol-650x370.html" width="650" height="370" frameborder="0" allowfullscreen="true"></iframe>
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-allowfullscreen
I'm going to close this bug as Invalid as it's not a true web compatibility issue, but if someone would like to contact the site it would be helpful for users.
Sorry pls remove previous comment. Wrong reply.
URL: http://www.animeultima.io/nanatsu-no-taizai-seisen-no-shirushi-episode-1-english-subbed-video-mirror-1128618-MP4Upload/ Browser / Version: Firefox 48.0 Operating System: Windows Vista Problem type: Something else - I'll add details below
Steps to Reproduce 1) Navigate to: http://www.animeultima.io/nanatsu-no-taizai-seisen-no-shirushi-episode-1-english-subbed-video-mirror-1128618-MP4Upload/ 2) Play video, click fullscreen button
Expected Behavior: Go fullscreen
Actual Behavior: Doesnt go fullscreen
I'm watching without flashplayer. I guess this is because there's no allowfullscreen tag? Firefox should allow fullscreen by default if tag is missing unless there's the tag and value is =no.
Fullscreen works when I watch using http://mp4upload.com/embed-er9cfinw5qol-650x370.html
From webcompat.com with ❤️