The size
key in cards and images is now deprecated. Use the new aspect-ratio
key to specify how an image or a card fits in a Bixby View.
Old:
image-card {
size (L)
...
}
New:
image-card {
aspect-ratio (4:3)
...
}
For more information, see Cards in Bixby Views.
Deprecation Stages (learn more)