alvinkonda [Customer: @Ritik] On some themes the Image compare section is not working if more than 1 section is shown on a page. The first section works fine, but the second it doesn't.
alvinkonda Hi Ritk, To fix this issue please open assets/sections.js Find this code: init () { this.querySelectorAll('[data-image-compare]').forEach(elem => { and replace it with: init () { document.querySelectorAll('[data-image-compare]').forEach(elem => {