0

I'm starting out in web development so I know some HTML, CSS, JS and PH, and I need a photo gallery that has a button to go fullscreen and I need that fullscreen to COVER THE ENTIRE MONITOR, not just the browsers size. Do you know of any gallery with that functionality or could you help me in achiving this effect?

Thank you :)

1 Answers1

0

HTML5 has a fullscreen API; support, however, is less than perfect, so if you insist on that, you might need a Flash-based solution instead.

avramov
  • 2,119
  • 2
  • 18
  • 41