是否可以添加填充到Colorbox模式窗口?我想在模態窗口邊緣和內容之間留出一些空間。我嘗試了innerWidth
和innerHeight
屬性,但我沒有看到任何區別。如何將填充添加到Colorbox模式窗口?
// Display inline content in Colorbox window
$(".inline").colorbox({
inline: true,
fixed: true,
height: "80%",
width: "80%",
innerWidth: "50%",
innerHeight: "50%"
});
感謝您的幫助!
謝謝!金髮時刻 - 我應該想到:P – blogjunkie