Skip to content

Commit

Permalink
fix single column formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemloedeman committed Sep 16, 2024
1 parent 11bb8b6 commit 14c93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/distribute_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function distributeImages() {

gallery.innerHTML = ''; // Clear existing content
// Get the number of columns based on the current screen size
let columnCount = 2;
let columnCount = 1;
if (window.innerWidth >= threeColumnThreshold) {
columnCount = 3;
}
Expand Down

0 comments on commit 14c93e7

Please sign in to comment.