gpt4 book ai didi

css - Magnific PopUp - 自定义标题 Css

转载 作者:行者123 更新时间:2023-11-28 01:33:11 27 4
gpt4 key购买 nike

我正在使用 Magnific 弹出窗口来显示灯箱画廊,并且我正在尝试在弹出窗口显示图像时自定义标题外观。我可以用 css 改变标题的整体外观,改变颜色,大小,...标题 rc。我在文档的示例中看到,您可以通过直接在 js 中设置它来获得“副标题”,但每张图片都是相同的,或者我有大约 50 张图片,每张图片的标题都不同:

$(document).ready(function() {
$('.popup-gallery').magnificPopup({
delegate: 'a',
type: 'image',
tLoading: 'Loading image #%curr%...',
mainClass: 'mfp-img-mobile',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
},
image: {
tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
titleSrc: function(item) {
return item.el.attr('title') + '<small>by Marsel Van Oosten</small>';
}
}
});

});

最佳答案

使用默认选项,您还可以在 title 属性中设置一些 HTML。所以你可以用CSS改变这几个词。例如:

<a href="myimage.jpg" title="Title.<span class='myclass'>Subtitle</span>"><img src="thumb.jpg" width="100" height="100"></a>

关于css - Magnific PopUp - 自定义标题 Css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50851578/

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