Программирование на jquery
-
Anonymous
Карусель Bootstrap слева направо, проблема с навигацией
Сообщение
Anonymous »
Я скопировал следующую карусель для Bootstrap 3. При первой загрузке она выглядит хорошо.
Но когда я нажимаю левую или правую навигацию, нижняя часть расширяется (я обвела ее красным):
Вот код:
Код: Выделить всё
.carousel-control {
padding-top: 10%;
width: 5%;
}
Bootstrap 3 Thumbnail Slider
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#myCarousel]<[/url]
[url=#myCarousel]>[/url]
$(document).ready(function () {
$('#myCarousel').carousel({
interval: 10000
})
$('#myCarousel').on('slid.bs.carousel', function () {
//alert("slid");
});
});
Я скопировал прямо с сайта. Почему это не работает?
Подробнее здесь:
https://stackoverflow.com/questions/368 ... -nav-issue
1768073643
Anonymous
Я скопировал следующую карусель для Bootstrap 3. При первой загрузке она выглядит хорошо.
[img]https://i.sstatic.net/lt1Pq.jpg[/img]
Но когда я нажимаю левую или правую навигацию, нижняя часть расширяется (я обвела ее красным):
[img]https://i.sstatic.net/Pqauo.jpg[/img]
Вот код:
[code]
.carousel-control {
padding-top: 10%;
width: 5%;
}
Bootstrap 3 Thumbnail Slider
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/500x500[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#x]
[img]http://placehold.it/250x250[/img]
[/url]
[url=#myCarousel]<[/url]
[url=#myCarousel]>[/url]
$(document).ready(function () {
$('#myCarousel').carousel({
interval: 10000
})
$('#myCarousel').on('slid.bs.carousel', function () {
//alert("slid");
});
});
[/code]
Я скопировал прямо с сайта. Почему это не работает?
Подробнее здесь: [url]https://stackoverflow.com/questions/36880348/bootstrap-carousel-left-right-nav-issue[/url]