mhirst1960 / rubiks-clock-simple

Show the time of day on a Rubik's cube. Simple version that shows different video clip every minute.
MIT License
0 stars 0 forks source link

remove "options" menu from videos #1

Open mhirst1960 opened 1 year ago

mhirst1960 commented 1 year ago

All the videos display the "Options" menu from the screenshots of the rubiks-clock webpage (see https://github.com/mhirst1960/rubiks-clock). Should hide this menu and regenerate the videos.

To hide the word "Options" you can just edit index.html and search for "Options". Comment tou the div like this:

    <!--
        <div class="pad">
            <a href="." onclick="$('#controls').fadeIn( 500 );$('#controlsOpen').fadeOut( 500 );return false">Options</a>
        </div>
    -->