$.superbox.settings = {
boxId: "superbox", // Id attribute of the "superbox" element
boxClasses: "", // Class of the "superbox" element
overlayOpacity: .8, // Background opaqueness
boxWidth: "600", // Default width of the box
boxHeight: "400", // Default height of the box
loadTxt: "Loading...", // Loading text
closeTxt: "Close", // "Close" button text
prevTxt: "Previous", // "Previous" button text
nextTxt: "Next" // "Next" button text
};
위 소스를 이용해 기본 레이어창의 디자인 속성 및 UI를 변경하실수 있습니다.
사용방법은
<a href="http://example.com/picture.png" rel="superbox[image]">SuperBox</a>
위와같은 rel 값을 이용하여 호출하게됩니다.

|