Skip to content

Commit

Permalink
Add w-full to Image if aspect-ratio is set to apply the effect
Browse files Browse the repository at this point in the history
  • Loading branch information
piqusy committed Oct 15, 2024
1 parent 821efb9 commit 9ef8085
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blocks/init/src/Blocks/components/image/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
},
"imageAspectRatio": {
"twClasses": {
"square": "aspect-square",
"three-two": "aspect-3/2",
"five-four": "aspect-5/4",
"sixteen-nine": "aspect-video",
"twentyone-nine": "aspect-21/9"
"square": "aspect-square w-full",
"three-two": "aspect-3/2 w-full",
"five-four": "aspect-5/4 w-full",
"sixteen-nine": "aspect-video w-full",
"twentyone-nine": "aspect-21/9 w-full"
}
},
"imageSize": {
Expand Down

0 comments on commit 9ef8085

Please sign in to comment.