You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
AizenSousuke
changed the title
Anyway to set the width and height to 100% of the container that the Image is in?
Any way to set the width and height to 100% of the container that the Image is in?
May 24, 2020
<Image src={
${props.imageLink ??
"http://loremflickr.com/480/272/default"
}
} alt="button" fallback={<Shimmer width={
100%} height={
100%} />} />
The text was updated successfully, but these errors were encountered: