How to apply css on external website content in iframe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to apply css on external website content in iframe

I have a iframe which open extrnal website link, I want to apply css in body tag of external website, I write css in my css file Iframe body{transform:scale(0.5);} But nothing happened. https://code.sololearn.com/WF5DF5NsQDu4/?ref=app

27th Aug 2019, 7:37 AM
imad
1 Answer
+ 1
You have no control of iframe site which is not the same domain as the html site.
27th Aug 2019, 9:30 AM
Calviղ
Calviղ - avatar