Skip to content

Commit

Permalink
added webp and gif formats to test images
Browse files Browse the repository at this point in the history
compressed test images
  • Loading branch information
nk-o committed Jan 30, 2025
1 parent e7c295a commit 14af3f2
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Binary file modified tests/fixtures/image-1600x1200.jpeg
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 tests/fixtures/image-1920x1080.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/fixtures/image-1920x600.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/fixtures/image-1920x600.jpeg
Binary file not shown.
Binary file modified tests/fixtures/image-2000x2000.jpeg
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 tests/fixtures/image-300x200.jpeg
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 tests/fixtures/image-3840x2160.jpeg
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 tests/fixtures/image-3840x2560.jpeg
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 tests/fixtures/image-600x1920.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/fixtures/image-800x1200.jpeg
Binary file not shown.
Binary file added tests/fixtures/image-800x1200.webp
Binary file not shown.
Binary file modified tests/fixtures/image-800x600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/fixtures/images.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"postTitle": "Portfolio 3 test post"
},
{
"filename": "image-800x1200.jpeg",
"filename": "image-800x1200.webp",
"alt": "Alt of image 800 on 1200",
"caption": "Caption of image 800 on 1200",
"description": "Description of image 800 on 1200",
Expand All @@ -62,7 +62,7 @@
"postTitle": "Portfolio 5 test post"
},
{
"filename": "image-1920x600.jpeg",
"filename": "image-1920x600.gif",
"alt": "Alt of image 1920 on 600",
"caption": "Caption of image 1920 on 600",
"description": "Description of image 1920 on 600",
Expand Down

0 comments on commit 14af3f2

Please sign in to comment.