Explorar el Código

fix collection img

SyuanYu hace 2 años
padre
commit
06688bddc6
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      themes/hugo-universal-theme-master/static/js/bhouse.js

+ 4 - 1
themes/hugo-universal-theme-master/static/js/bhouse.js

@@ -57,7 +57,10 @@ $('.style_house_sec02 .slider').on('beforeChange', function (event, slick, curre
   for (i = 0; i < heightImgIndex.length; i++) {
     console.log(heightImgIndex[i]);
     if (nextSlide == heightImgIndex[i]) {
-      allSlideImg[nextSlide].style.height = '500px';
+      allSlideImg[nextSlide].style.cssText = `
+      height: 500px; 
+      margin: auto;
+    `;
     } else {
       allSlideImg[heightImgIndex[i]].style.height = '0px';
     }