gpt4 book ai didi

javascript - 如何将 vue-carousel 的箭头更改为 base64 图像

转载 作者:行者123 更新时间:2023-12-03 02:20:42 26 4
gpt4 key购买 nike

有一种方法可以改变箭头

https://github.com/SSENSE/vue-carousel

转换为 Base64 图像?

最佳答案

我认为该库没有提供内置方法,但我建议您只需将其作为 background-image 添加到箭头元素即可。

像这样:

.VueCarousel-navigation-prev {
background-image: 'data:image/png; base64, ...'; // add your image as base64
font-size: 0; // to hide the unicode arrow provided by the library

// ... your custom styles (height, width...)
}

然后对下一个按钮进行相同的操作:

.VueCarousel-navigation-prev{ /* same here */ }

关于javascript - 如何将 vue-carousel 的箭头更改为 base64 图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49176234/

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