Does anyone knows if there is a way of selecting a iframe inside a textfield(using ckEditor)?
I mean I have a Iframe with this code:
<iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" scrolling="no" src="https://www.youtube.com/embed/PMaFJjZDrYM" width="100%"></iframe></p>
but it's not getting responsive in iPhones.. So anyone know how can I select it via code for making it responsive?
Thank you,