Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
YSHOP2-673: Add guiding text on the recommended aspect ratio (#376)
Browse files Browse the repository at this point in the history
## JIRA Ticket

[YSHOP2-673](https://youcanshop.atlassian.net/browse/YSHOP2-673)

## QA Steps

- [ ] `pnpm i`
- [ ] `pnpm dev`

## Note

Leave empty when you have nothing to say


[YSHOP2-673]:
https://youcanshop.atlassian.net/browse/YSHOP2-673?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
adildev101 authored Jul 26, 2023
1 parent 0cb95b1 commit eb94fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sections/desktop-slider.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@
{
"type": "image_picker",
"id": "image",
"label": "Image"
"label": "Image",
"info": "To ensure your images look great and load quickly, use a size of \"1920px x 1080px\" (16:9 aspect ratio)."
},
{
"type": "richtext",
Expand Down
3 changes: 2 additions & 1 deletion sections/multi-column.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
{
"id": "image",
"type": "image_picker",
"label": "Image"
"label": "Image",
"info": "To ensure your images look great and load quickly, use a size of \"43px x 43px\" (1:1 aspect ratio)."
},
{
"id": "heading",
Expand Down

0 comments on commit eb94fae

Please sign in to comment.