How to add URL link to striped image?
You can set a onClick event on the Strip and use Wix Location API (to()) to redirect users
import wixLocation from ‘wix-location’ ;
export function columnStrip2_click ( event ) {
$w . onReady ( function () {
wixLocation . to ( "https:// " );
})
}
the code it’s good
But the previewer doesn’t work