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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
A possible implementation could use a responsiveLayout enum Image prop:
enumResponsiveLayout{MAX_WIDTH="MAX_WIDTH",// image will be rendered at native size and scaled down to 100% width if necessary FULL_WIDTH="FULL_WIDTH",// image will be stretched to 100% width}
Images should be constrainable by maxWidth.
A possible implementation could use a
responsiveLayout
enum Image prop:The text was updated successfully, but these errors were encountered: