Encountering a rather unusual problem here that I couldn't seem to find any solutions for on Google. What I want is for a scene to be zoomed into when the page loads.
Just picture this scenario: initially, the image below occupies 100% of the window width when the page loads. Then, after a short delay, the window zooms in so that the monitor in the scene becomes 100% of the browser window, with the iframe being the main focus at that point.
Does that explanation make sense?
I'm not quite sure how to achieve this effect. I attempted using the 'transform' property with scale, but it didn't work as expected. Plus, I'm unsure about how this might affect the contents within the iframe - would they also scale accordingly?