Anonymous
Как сделать Bootstrap 5 карт одинаковой высоты в карточках с совой-каруселем?
Сообщение
Anonymous » 10 июн 2025, 21:35
Я использую карты для изображений в моей карусели, и я хотел бы сделать высоту каждого эквивалента каждой карты. Левый col-это сова-карусель, а правая col-это реклама. и решения, которые вы можете придумать.
Title
Our Products
Underground House
A bunker is meant to be a shelter from bombs or other disasters, but an underground house is intended as a permanent dwelling.
Carriage / Coach House
Initially built to store the horse-drawn carriage or coach of the residents of the main house, a carriage or coach house is a separate building on the property.
In-Law Suite
A house that’s classified as a single-family home can still be meant for multiple generations.
Single-Family
Detached single-family houses are the most common types of homes in the U.S., as well as the most desirable for many Americans.
$('.new-product').owlCarousel({
autoplay: true,
autoplayHoverPause: true,
loop: true,
autoplayTimeout: 2000,
items: 2,
nav: true,
responsive: {
0: {
items: 1,
dots: false,
},
485: {
items: 2,
dots: false,
},
728: {
items: 3,
dots: false,
},
960: {
items: 4,
dots: false,
},
1200: {
items: 4,
dots: true,
}
}
});
Подробнее здесь:
https://stackoverflow.com/questions/759 ... l-carousel
1749580554
Anonymous
Я использую карты для изображений в моей карусели, и я хотел бы сделать высоту каждого эквивалента каждой карты. Левый col-это сова-карусель, а правая col-это реклама. и решения, которые вы можете придумать. Title Our Products [url=#]Underground House[/url] [img]https://www.forbes.com/advisor/wp-content/uploads/2021/08/download-22.jpg[/img] A bunker is meant to be a shelter from bombs or other disasters, but an underground house is intended as a permanent dwelling. [url=#]Carriage / Coach House[/url] [img]https://www.forbes.com/advisor/wp-content/uploads/2021/08/download-9.jpg[/img] Initially built to store the horse-drawn carriage or coach of the residents of the main house, a carriage or coach house is a separate building on the property. [url=#]In-Law Suite[/url] [img]https://www.forbes.com/advisor/wp-content/uploads/2021/08/download-8.jpg[/img] A house that’s classified as a single-family home can still be meant for multiple generations. [url=#]Single-Family[/url] [img]https://thumbor.forbes.com/thumbor/fit-in/900x510/https://www.forbes.com/home-improvement/wp-content/uploads/2022/07/download-23.jpg[/img] Detached single-family houses are the most common types of homes in the U.S., as well as the most desirable for many Americans. [img]https://www.buildofy.com/blog/content/images/size/w2000/2022/06/_DSC9610-Edited_-min.jpg[/img] $('.new-product').owlCarousel({ autoplay: true, autoplayHoverPause: true, loop: true, autoplayTimeout: 2000, items: 2, nav: true, responsive: { 0: { items: 1, dots: false, }, 485: { items: 2, dots: false, }, 728: { items: 3, dots: false, }, 960: { items: 4, dots: false, }, 1200: { items: 4, dots: true, } } }); Подробнее здесь: [url]https://stackoverflow.com/questions/75967178/how-to-make-bootstrap-5-cards-the-same-height-in-card-columns-with-owl-carousel[/url]