Hi. I've been testing a responsive scrolling website on Browserstack to ensure functionality across browsers and devices. I discovered that in iOS 12 or earlier, videos that auto play onPageLoad jump to the first frame immediately after playing, instead of holding on the last frame as desired. In later versions of iOS, the videos play fine and then stop on the final frame, which is what I want to happen. They only reset once you've scrolled away from the page they're on. That is expected behavior, but the jumping back to the first frame is not. Is there a way to ensure that videos will finish and stay on the last frame, or is this custom code that has to be written and appended? Thanks. MC