我刚刚在我的新网站上设置了超大,打算将其用作背景。(不是幻灯片)
但是,我似乎无法让它适应始终。我不确定我是否更改了正确的设置。
/* Default Options
----------------------------*/
$.supersized.defaultOptions = {
// Functionality
start_slide : 1, // Start slide (0 is random)
new_window : 1, // Image links open in new window/tab
image_protect : 1, // Disables image dragging and right click with Javascript
// Size & Position
min_width : 0, // Min width allowed (in pixels)
min_height : 0, // Min height allowed (in pixels)
vertical_center : 1, // Vertically center background
horizontal_center : 1, // Horizontally center background
fit_always : 0, // Image will never exceed browser width or height (Ignores min. dimensions)
fit_portrait : 1, // Portrait images will not exceed browser height
fit_landscape : 0, // Landscape images will not exceed browser width
};
我试过调整 0 & 1 变量。但我不是 100% 确定这是正确的地方,因为似乎没有任何改变。??
我也遇到过这个Fit_Always 网站
使用此代码
{image : 'http://buildinternet.s3.amazonaws.com/projects/supersized/3.2/slides/wojno-1.jpg', fit_always: true}
所以我什至尝试将 fit_always: true 等放在图像链接之后,但随后图像无法加载。
网站是 www.amberroom_salon.co.uk
谢谢