|
@@ -480,28 +480,4 @@ function renderimgBlock(i) {
|
|
|
imguploadlabel.textContent = '上傳檔案';
|
|
|
imgInputs.appendChild(imguploadlabel);
|
|
|
$('.img_uploader').on('change', prepareUpload);
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-$('.owl-carousel').owlCarousel({
|
|
|
- loop: true,
|
|
|
- margin: 10,
|
|
|
- nav: false,
|
|
|
- mouseDrag: true,
|
|
|
- touchDrag: true,
|
|
|
- smartSpeed: 1000,
|
|
|
- autoplay: true,
|
|
|
- autoplayTimeout: 8000,
|
|
|
- autoplayHoverPause: false,
|
|
|
- responsive: {
|
|
|
- 0: {
|
|
|
- items: 1
|
|
|
- },
|
|
|
- 600: {
|
|
|
- items: 2
|
|
|
- },
|
|
|
- 1000: {
|
|
|
- items: 4
|
|
|
- }
|
|
|
- }
|
|
|
-})
|
|
|
+}
|