Closed latekvo closed 1 month ago
Changes to make the header in the MacOS example look like it does on web.
MacOS
MacOSExample
example
web
using objectFit: cover; for automatically setting the image width to meet its intrinsic aspect ratio did not work, with or without width: 100%.
objectFit: cover;
width: 100%
Description
Changes to make the header in the
MacOS
example look like it does on web.Test plan
MacOSExample
appexample
onweb
Notes
using
objectFit: cover;
for automatically setting the image width to meet its intrinsic aspect ratio did not work, with or withoutwidth: 100%
.