-
How can I have the video scroll into view once a link is clicked the loads the video. These is only one video on the page. I tried using
jQuery('video.flowplayer')[0].scrollIntoView({ behavior: "smooth", block: "end" });
and
jQuery(`#${window.fpId}`)[0].scrollIntoView({ behavior: "smooth", block: "end" });
but neither is working.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)