Reputation: 1
If yes, could you please show me an example of how to do it?
Upvotes: 0
Views: 121
Reputation: 536685
No. But you can put a large iframe in a small parent div that has CSS overflow
, and then write to the div's scrollTop
/scrollLeft
.
Upvotes: 3
Reputation: 66495
No it's not possible. You have no control over an iframe from another domain for security reasons.
Upvotes: 0