How to get browser width in a child iframe without cross-origin problem?
Like the image below, in this SO page, I couldn't get browser width with window.top.innerWidth in the aframe child iframe, so I wonder if I could get browser width in a cross-domain child iframe. Thanks.