Open same lightbox with multiple buttons

import wixWindow from 'wix-window'; 


$w.onReady(()=>{
    $w("#01b123, #03b123, #13b123, #15b123, #17b123, #19b123").onClick(()=>{
        wixWindow.openLightbox("LightboxName");
    }) 
})