maximazing the unity web player in browser

hello, i am trying to maximize the space unity web player takes by editing the html part. i put 100% for height and width. that sorts out most of the problems. i also removed “created with unity” at the bottom of the screen. the only thing left is at the top part of the screen that says "unity web player - " followed by the name of the file. i couldnt find that in the html…

i am doing this so that i dont have scroll issue.
i dont want window to be scrollable.

thanks!

look for the tag in the document, after that there should be

Unity Web Player - ...

simply remove the

tags and everything between them

as a future advice, simply use the search function of your text editor, if you search for Unity Web Player you should instantly find the right line of code

oh you are right… :sweat_smile:

thanks!