Skip to content

Commit

Permalink
Update pig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJnr committed Mar 3, 2024
1 parent 77e8b2b commit d8cb4fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/pig.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,13 @@

//Desktop
if (lastWindowWidth <= 640) {
return 3;
return 2;
} else if (lastWindowWidth <= 1280) {
return 6;
return 4;
} else if (lastWindowWidth <= 1920) {
return 9;
return 6;
}
return 12;
return 8;
},

//We are not using this for now, and instead handle the size directly on the given urlForSize
Expand Down

0 comments on commit d8cb4fa

Please sign in to comment.