Liviu Costache
Liviu Costache

Reputation: 201

How to horizontally center a unity3D game in a div?

It seems that there is no way the center a Unity 3d game using CSS. Any thoughts?

Upvotes: 1

Views: 113

Answers (1)

Suresh Ponnukalai
Suresh Ponnukalai

Reputation: 13998

did you try like this?

#unityPlayer{margin:0px auto;}

Upvotes: 3

Related Questions