Read the statement by Michael Teeuw here.
Automatic scrolling at IFrame Module
-
Hey everybody,
i have a little Problem. I’m new to javaScript, CSS and HTML. Now i have to create a MagicMirror and like to scroll a Website in a IFrame automatically from Top to bottom and back. Is there any possibility to realize this?
-
@Hendrik9203 what do you mean by ‘automatically scroll’?
some sites will detect the size of the iframe and resize themselves…
some do not, and assume a large size that would require scrolling to see it all…scrolling requires some input device mechanism… mouse or keyboard
(or simulation of those) -
I think a bit more information are required. So i use the Modul MM-iFrame to display a website. These Website are to long to show in the iFrame and i like to scroll the Website automatically to the end and then startup again at the top. Is there any hint to make this work?
-
@Hendrik9203 maybe something like this
-
But there also no posibility to scroll the Website automatically. There are only the posibility to scroll different URLs.
-
@Hendrik9203 ah, u want to scroll the page IN the iframe…
I don’t know anything that does it already
here is some technical info about ‘HOW’ to do it…