Newer
Older
AegisforEcosystem / next / AR.js-3.4.0 / three.js / examples / resources / index.css
@KAOKA Daisuke KAOKA Daisuke on 31 May 2022 262 bytes into AR.js
html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

body {
    position: relative;
}

canvas,
video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
}