-
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.