Page 1 of 1

Center player in browser

Posted: Thu Mar 17, 2016 6:08 pm
by ARobbert
Is there a way to center the HTML5 java player in the browser window?

Re: Center player in browser

Posted: Fri Mar 18, 2016 5:01 pm
by ARobbert
If I add the code needed to center my page in the browser:

div#container
{
width: 994px;
position: relative;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

The player disappears. How are people adding this to sites that are centered in the browser?

Re: Center player in browser

Posted: Tue Mar 22, 2016 4:27 pm
by PhotoSpherix
I wrap it in an outer div that centers, then shows the 360 container inside.

Re: Center player in browser

Posted: Sat Mar 26, 2016 5:50 pm
by Hopki