Skip to content

Commit

Permalink
Update sample images
Browse files Browse the repository at this point in the history
With this change, all the sample images will have the same aspect ratio,
in high-resolution. Previously, some of them were too small and with a
different ratio.
  • Loading branch information
kennyadsl committed Dec 21, 2023
1 parent cef1755 commit 2e8d664
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sample/db/samples/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ def image(name, type = "png")
images = {
products[:solidus_bottles].master => [
{
attachment: image("solidus_bottles")
attachment: image("solidus_bottles_1")
},
{
attachment: image("solidus_bottles_2")
}
],
products[:solidus_tote].master => [
Expand All @@ -44,7 +47,7 @@ def image(name, type = "png")
],
products[:solidus_hoodie].master => [
{
attachment: image("solidus_hoodie")
attachment: image("solidus_hoodie_black_1")
}
],
products[:solidus_hat].master => [
Expand Down Expand Up @@ -89,7 +92,7 @@ def image(name, type = "png")
],
products[:solidus_cap].master => [
{
attachment: image("solidus_cap")
attachment: image("solidus_cap_black_1")
}
],
}
Expand Down
Binary file removed sample/db/samples/images/solidus_bottles.png
Binary file not shown.
Binary file added sample/db/samples/images/solidus_bottles_1.png
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 sample/db/samples/images/solidus_bottles_2.png
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 sample/db/samples/images/solidus_canvas_tote.png
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 sample/db/samples/images/solidus_cap.png
Binary file not shown.
Binary file modified sample/db/samples/images/solidus_cap_black_1.png
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 sample/db/samples/images/solidus_cap_black_2.png
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 sample/db/samples/images/solidus_cap_black_3.png
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 sample/db/samples/images/solidus_cap_gray_1.png
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 sample/db/samples/images/solidus_cap_gray_2.png
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 sample/db/samples/images/solidus_cap_gray_3.png
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 sample/db/samples/images/solidus_cap_red_1.png
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 sample/db/samples/images/solidus_cap_red_2.png
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 sample/db/samples/images/solidus_cap_red_3.png
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 sample/db/samples/images/solidus_dark_tee.png
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 sample/db/samples/images/solidus_hat.png
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 sample/db/samples/images/solidus_hoodie.png
Binary file not shown.
Binary file modified sample/db/samples/images/solidus_hoodie_black_1.png
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 sample/db/samples/images/solidus_hoodie_black_2.png
Binary file not shown.
Binary file modified sample/db/samples/images/solidus_hoodie_red_1.png
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 sample/db/samples/images/solidus_hoodie_red_2.png
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 sample/db/samples/images/solidus_long_sleeve_tee.png
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 sample/db/samples/images/solidus_mug_set.png
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 sample/db/samples/images/solidus_notebook.png
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 sample/db/samples/images/solidus_sticker.png
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 sample/db/samples/images/solidus_tote.png
Binary file removed sample/db/samples/images/solidus_tote_red_1.png
Diff not rendered.
Binary file modified sample/db/samples/images/solidus_tshirt.png
Binary file removed sample/db/samples/images/solidus_tshirt_black_1.png
Diff not rendered.

0 comments on commit 2e8d664

Please sign in to comment.