Преглед изворни кода

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/New-Bhouse-Web

andy пре 2 година
родитељ
комит
096723d35a
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      themes/hugo-universal-theme-master/static/js/bhouse.js

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

@@ -29,7 +29,11 @@ $('.slide_single_img').each(function (i) { // jquery.each() 循環讀取所有
   let x = (height / width);
   console.log('index', i);
   console.log('height / width = ', x);
-  if (x >= 1 && i !== 0) {
+  if (x >= 1) {
+    console.log('長圖',i);
+    if (i===0) {
+      return;
+    }
     heightImg.push($(this));
     // 預設高度為 0
     $(this).css({