Reflow Product Pictures Append to Bottom Of Page

Hello,

When trying to add a product in reflow to the page with multiple pictures, clicking on the primary picture appends the full sized pictures at the bottom of the page. I have tried to alter this behavior by using

.ref-image { pointer-events: none; }

but this disables clicking the other pictures as well.

I’ve tried using .ref-image active as well but that did not have any visible effect.

Is there a way to prevent the main picture from being clickable?
Thank you!

I was able to solve this after tinkering a bit more.

.ref-preview { pointer-events: none; }

If any new issues arise I will post them here but figured to share this with others.

1 Like