@@ -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({