1 2 3 4 5 6 7 8 9 10 11 12 13 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="http://fotorama.s3.amazonaws.com/4.6.2/fotorama.js"></script> <script type="text/javascript" src="../common/js/fotorama.js"></script> <!-- fade_rolling --> <div class="fotorama" data-arrows="false" data-click="false" data-swipe="false" data-autoplay="true" > <ul> <img src="../images/main/rolling_fade_img_01.jpg" alt="이미지" /> <img src="../images/main/rolling_fade_img_02.jpg" alt="이미지" /> <img src="../images/main/rolling_fade_img_03.jpg" alt="이미지" /> </ul> </div> <!-- //fade_rolling --> | cs |
http://fotorama.io/customize/keyboard/
'개발' 카테고리의 다른 글
[javascript] 자바스크립트 모음 (0) | 2014.09.16 |
---|---|
[php] 현재 url가져오기 (0) | 2014.09.16 |
[javascript] 내용값 가져오기 (0) | 2014.08.28 |
[java] 한글로 된 파일 다운로드시 한글 깨짐현상 (0) | 2014.08.28 |
[java] 4번째 li 마다 class명 다르게 하기 (0) | 2014.08.23 |