-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full-Screen using HTML5 media #41
Comments
I just noticed this post during my update on a similar post: This is probably the same issue I am facing. Any solutions? |
In fact, it's not really an issue. Shadowbox displays the content of the page inside an iframe. By default, it is not possible to display content in fullscreen mode inside an iframe. But there's an attribute to do so. And it's really easy to 'fix' : Open 'shadowbox.js' and Find : And just after that, as a first attribute of the iframe tag, add : Clear cache of your browser and that sould work. |
Wow! Such a simple solution still so effective :) Thanks! |
Thank you Toad06.. I will try it.. Hopes its as easy as you suggest.. ;) Destiny.. |
Excelente mucgisimas gracias por la ayuda me sirvio muchisimo. |
It seems that the Full-Screen option does not activate when opening HTML5 media inside a Shadowbox.. The option is not active.. Not sure if its the media itself or Shadowbox no supporting it..
The text was updated successfully, but these errors were encountered: