i am using an iframe to embed a live video on the site, and am trying to rotate the iframe. Doesn’t seem like transform: rotate() is doing the trick with the iframe, wondering if there’s something else to be done
Here is a reference to all properties and functions of the embeds that you can access using code:
https://www.wix.com/corvid/reference/$w.IFrame.html
https://www.wix.com/corvid/reference/$w.HtmlComponent.html
Maybe you can do it by using default editor functionality however you would be better suited going through Wix Support about this issue as it is not a code issue then:
Hi! I’m working on Wix Studio and would like to rotate a video that is embedded in an Ipad Frame. I want the ipad to look similar to this screenshot below-- so on a tilt. Would welcome advice on how to make that happen
Hi, Esther_Magna !!
It is likely that, at this point, rotating a video in 3D within Wix Studio is difficult, so an alternative approach may be necessary. If we use regular HTML, it is probably possible to rotate the video, so it would need to be implemented as HTML code inside an iframe or custom element. Alternatively, instead of directly embedding the video, another method could be to achieve the effect using sprite animation or something similar.