×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: full screen

full screen 12 years 2 months ago #17709

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi Daniel,

How can I make the full screen mode by default in version 2.0.5?

full screen 12 years 2 months ago #17710

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Eliecer,
open components/com_hotspots/views/hotspots/tmpl/default.php
at the end of the file add:
<script type="text/javascript">
    window.addEvent('domready', function() {
        document.id("resize").click();
 
    })
</script>
This should do the trick.
Cheers,
Daniel

full screen 12 years 1 month ago #17879

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Thanks man, that do the trick in v.2.0.5 and in the last version as well.
  • Page:
  • 1
Time to create page: 0.104 seconds