Colorboxモーダルウィンドウにパディングを追加することは可能ですか? モーダル ウィンドウの端とコンテンツの間にある程度のスペースが必要です。innerWidth
andプロパティを試しましたinnerHeight
が、違いはわかりません。
// Display inline content in Colorbox window
$(".inline").colorbox({
inline: true,
fixed: true,
height: "80%",
width: "80%",
innerWidth: "50%",
innerHeight: "50%"
});
助けてくれてありがとう!