Reputation: 1024
On this link I put a demo which is not working correctly in IE
Other browsers (Firefox and Chrome) are okay.
The problem is that when going to fullscreen mode the yellow <div></div>
loses its maximum width. This happens only in stupid IE. It's strange when pressing F11 this problem doesn't occur
Is it possible to go to fullscreen mode with keeping the width of elements?
This screenfull library is used in my page
Upvotes: 1
Views: 217
Reputation: 1024
ok, I figured out what is the problem, I just needed to add style="width:100%"
to <html>
tag.
Upvotes: 1