|
|
@@ -681,6 +681,7 @@ $(document).ready( function() {
|
|
|
var br_bn_slide = new Swiper ($(this), {
|
|
|
loop: false,
|
|
|
watchOverflow : true, //210503_추가 : 슬라이드 1개일때 롤링 막는 기능 추가.
|
|
|
+ autoHeight : true,
|
|
|
slidesPerView: 1,
|
|
|
speed : 1000,
|
|
|
a11y: {
|
|
|
@@ -688,8 +689,6 @@ $(document).ready( function() {
|
|
|
notificationClass: 'swiper-notification',
|
|
|
prevSlideMessage: '이전 슬라이드',
|
|
|
nextSlideMessage: '다음 슬라이드',
|
|
|
- firstSlideMessage: '첫번째 슬라이드 입니다',
|
|
|
- lastSlideMessage: '마지막 슬라이드 입니다',
|
|
|
paginationBulletMessage: '슬라이드 {{index}}로 이동',
|
|
|
},
|
|
|
navigation: {
|
|
|
@@ -701,12 +700,20 @@ $(document).ready( function() {
|
|
|
/* SLIDE - WIDE BANNER */
|
|
|
var br_bn_slide = new Swiper ($(this), {
|
|
|
loop: true,
|
|
|
+ autoHeight : true,
|
|
|
slidesPerView: 1,
|
|
|
speed : 1000,
|
|
|
autoplay: {
|
|
|
delay: 4000,
|
|
|
disableOnInteraction: false,
|
|
|
},
|
|
|
+ a11y: {
|
|
|
+ enabled: true,
|
|
|
+ notificationClass: 'swiper-notification',
|
|
|
+ prevSlideMessage: '이전 슬라이드',
|
|
|
+ nextSlideMessage: '다음 슬라이드',
|
|
|
+ paginationBulletMessage: '슬라이드 {{index}}로 이동',
|
|
|
+ },
|
|
|
navigation: {
|
|
|
nextEl: '.main_1stage .swiper-button-next',
|
|
|
prevEl: '.main_1stage .swiper-button-prev',
|