Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一张幻灯片“参考”上遇到 bxSlider 问题我需要设置 100% 高度但没有运气,例如您可以在g.fancystudio.sk查看
bxslider provides that option.
Use the option 'adaptiveHeight' Dynamically adjust slider height based on each slide's height
default: false options: boolean (true / false)
$('.bxslider').bxSlider({ adaptiveHeight: true, mode: 'slide' });