Skip to content

Commit

Permalink
prevent blured images rotating #27
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Aug 1, 2023
1 parent 433ffb0 commit 7db39db
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1 deletion.
Binary file modified public/images/blured/top-menu.0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/blured/top-menu.1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/blured/top-menu.2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/blured/top-menu.3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion scripts/generateBlured.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function processImage(fileName) {
return result
.quality(40)
.blur(30)
.rotate(90)
.write(pathToBlured);
})
.catch((err) => {
Expand Down

0 comments on commit 7db39db

Please sign in to comment.