gpt4 book ai didi

jquery colorbox 图像边框

转载 作者:行者123 更新时间:2023-12-03 22:52:58 26 4
gpt4 key购买 nike

我正在使用 zenphoto 和 colorbox 插件开发一个网站。两者都很棒,让我完成了 99% 的任务。

此页面上的幻灯片有两个相当小的障碍...... http://whatiswordpress.co.uk/rural/dsc_0118.jpg.php

  1. 我可以删除幻灯片中以及放大照片时使用的全尺寸图像周围的黑色细边框吗?

  2. 我可以增加 #cboxOverlay 的不透明度吗?我可以加载背景图像,指定颜色,但无论我做什么,不透明度都保持在默认级别 0.8

我认为配置很复杂,因为我缺乏技能,而且我试图通过 zenphoto 来管理它,而我也不擅长。 :(

感谢您的浏览

最佳答案

Can I remove the thin black border around the full size image used in the slideshow and when you enlarge the photo

是的,从 colorbox.css 中删除以下行:

#cboxLoadedContent {
background: none repeat scroll 0 0 #000000;
padding: 1px; /* <-- Remove this */
}
<小时/>

Can I increase the Opacity of the #cboxOverlay. I can load a background image, specify a color but whatever I do the opacity stays at a default level 0.8

您可以使用一个不透明度设置:

$(".colorbox").colorbox({
inline: true,
href: "#imagemetadata",
close: 'close',
opacity: 1.0
});

关于jquery colorbox 图像边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13122843/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com