Dynamic Item Page Issue

I think I had document.getElementById(“nav”).scrollIntoView(true);

That didn’t seem to work in my workflow on iOS. This morning I tried window.scrollTo(0, 0); and that works

Now just trying to solve images cropped incorrectly in Safari (iOS and Mac):

2 Likes