Skip to content

Is there a way to not display the fames menu ? #684

Answered by ejvindh
NedNet29 asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think this is currently part of the Sozi-tool. And I don't know if aumouvantsillage is willing to implement it.

As a workaround (and, admittedly not one of the most elegant) you can open the html-file and set the sozi-frame-list-class to invisible in the css:
visibility: hidden;

Also find this sequence of code:
function(){r.playing?document.title=t.title:document.title=t.title+" (Paused)"}
and replace with:
function(){}

This gives you what you want. I'm sure it can be done in a more elegant way, but this would demand a better understanding of the underlying code on my part :)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@NedNet29
Comment options

Answer selected by NedNet29
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants