mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
XEDITION 레이아웃 IE8대응 업데이트 swiper js 2.x.x
This commit is contained in:
parent
1c3e5eac68
commit
979882c7c1
12 changed files with 3346 additions and 4521 deletions
|
|
@ -145,7 +145,7 @@
|
|||
|
||||
<!--// CSS -->
|
||||
<load target="./css/layout.css" />
|
||||
<load target="./css/swiper.css" />
|
||||
<load target="./css/idangerous.swiper.css" />
|
||||
<load target="./css/welcome.css" />
|
||||
<load target="./css/webfont.css" />
|
||||
<load target="./css/xeicon.css" cond="$mid === 'xeicon'" />
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
<!--// JS -->
|
||||
<!--Slider 구버젼. - 카메라 슬라이더-->
|
||||
|
||||
<load cond="$_enable_slide" target="./js/swiper.min.js" />
|
||||
<load cond="$_enable_slide" target="./js/idangerous.swiper.min.js" />
|
||||
<load target="./js/layout.js" />
|
||||
<load target="./js/gnb.pc.js" cond="!Mobile::isMobileCheckByAgent()" />
|
||||
<load target="./js/gnb.mobile.js" cond="Mobile::isMobileCheckByAgent()" />
|
||||
|
|
@ -351,7 +351,7 @@
|
|||
</div>
|
||||
<!-- END:슬라이드 -->
|
||||
<!-- Add Pagination -->
|
||||
<div class="swiper-pagination"></div>
|
||||
<div class="pagination"></div>
|
||||
</div>
|
||||
<!-- /VISUAL -->
|
||||
|
||||
|
|
@ -530,9 +530,9 @@
|
|||
<!-- /Login widget -->
|
||||
<script>
|
||||
var swiper = new Swiper('.swiper-container', {
|
||||
effect: 'fade',
|
||||
autoplay: 3000,
|
||||
loop: true,
|
||||
pagination: '.swiper-pagination',
|
||||
pagination: '.pagination',
|
||||
paginationClickable: true
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue