Before you ask please READ THIS

Don't hide Top Menu in Video Album

hi, in your demo showreel album, a vimeo video starts with autoplay. is it possibile to always show top menu navigation bar?
I prefer top menu is always visible
thanks a lot

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    We hide everything so video controls would be fully available for user.
    In short - this would require modification of one file.

    Go to photon-a13\js\script.js line ~1158 and change this:
    to_hide = $([]).add(header).add(footer).add(mid);
    to
    to_hide = $([]).add(footer).add(mid);
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion