We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

zeobat

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • zeobat
    Customer

    got it working with

    body {
    margin: 0px;
    overflow: hidden;
    }

    .v3d-iframe {
    position: fixed;
    background: #6d6d6d;
    border: none;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
    height: 100%;

    }

    :)

    zeobat
    Customer

    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 1 month, 1 week ago by zeobat.
    zeobat
    Customer

    That worked ! thanks so much !!!

Viewing 3 posts - 1 through 3 (of 3 total)