Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Oct 5, 2024
1 parent bf2d5f5 commit a0f9b1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CSS/index/lens.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@
}
#area_lens_content {
width: 99%;
grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
}
}
2 changes: 0 additions & 2 deletions JS/INDEX/lens.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ function lensLayout() {
+ '</p></div>'
);

console.log($('.lens_content:eq(' + i + ') img').css('height'))

$('.lens_content:eq(' + i + ')').css("grid-row-end", `span ${Math.floor(newHeight) + 1}`);
}
});
Expand Down

0 comments on commit a0f9b1b

Please sign in to comment.