One more quick question – I’m trying to get my iframe take the whole screen like the Verge3D network version, but can’t seem to get rid of the white borders.
I’ve tried using this in the additional CSS part of WordPress with no luck:
body {
margin: 0px;
overflow: hidden;
}
.v3d-iframe {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
Am I calling on the right element?
-
This reply was modified 7 months, 3 weeks ago by zeobat.