묻고답하기
제이쿼리에 관해 궁금한점이 있습니다
2016.11.29 21:58
http://crestia.tistory.com/16
제가 하려는것이 이것인데요
http://test.vostrel.net/jquery.reel/example/panorama-non-looping-stitched/
이 주소 샘플 그대로 소스를 따서
<img src="chicago.jpg" width="270" height="150" class="reel" id="image" data-image="chicago-reel.jpg" data-stitched="1072" data-steps="30" data-step="13" data-loops="false" data-speed="-0.1" data-timeout="1">
제 홈페이지에 넣어봤는데 작동이 안되네요... 물론 사진주소는 제가 업로드한 사진으로 했구요..
해결책이 있을까요?
댓글 8
-
라자루스
2016.11.29 23:01
-
빡현111
2016.11.29 23:04
아니요 ㅜㅜ
이걸 어디에 넣으면 되나요?
-
빡현111
2016.11.29 23:07
<!doctype html> <html lang="ko"> <head> <meta charset="UTF-8"> <title>Reel 360 VR 예제</title> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="http://code.vostrel.cz/jquery.reel.js"></script> </head> <body> <img src="outlook.jpg" width="590" height="150" class="reel" data-image="outlook-reel.jpg" data-stitched="1652" data-orientable="true"> </body> </html> 이런 예제가 있던데 제가 게시판에 저걸 넣어서 쓰려면 어느부분에 저걸 넣어야 할까요?
-
라자루스
2016.11.29 23:58
게시판 스킨의 _header.html의 가장 상단에 <script src="http://code.vostrel.cz/jquery.reel.js"></script>를 넣어보세요. 압축된 jQuery는 xe 코어에서 로드하기 때문에 따로 필요없습니다.
-
빡현111
2016.11.30 00:20
스케치북 게시판을 이용중이고
헤더부분에 <script src="http://code.vostrel.cz/jquery.reel.js"> 를 넣었더니
게시판이 깨지네요.. 홈페이지에서 쓰는 레이아웃도 조금 변형이 일어납니다
-
빡현111
2016.11.30 01:38
지금 되다가 안되다가 하는데
자꾸 editor_component="image_link"
라는 항목이 생겨서 방해합니다
이럴땐 어떻게하면될까요?
-
라자루스
2016.11.30 03:26
https://www.xpressengine.com/qna/21722439 검색해 보니 나온 답변이 있네요.
-
빡현111
2016.11.30 10:06
저도 그걸 읽고 지웠더니 이제는 게시판에서 썸네일이 뜨다 안뜨다 하네요 ㅜㅜ 그걸 지워서 그런걸까요?
플러그인의 스크립트 소스는 삽입하셨나요? <script src="http://code.vostrel.cz/jquery.reel.js"></script> 이걸 넣어야 작동할 겁니다.