$.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 °ªÀ» ÀÌ¿ëÇÏ¿© È£ÃâÇϰԵ˴ϴÙ.
|