Shadowbox.init({ handleOversize: "resize", displayNav: false, handleUnsupported: "remove", overlayOpacity: 0.80 }); function openShadowbox(content, player, title, width, height){ Shadowbox.open({ content: content, player: player, title: title, width: width, height: height }); }