Currently if a video or image is displayed within a modal component, we set max-width: 100%;. This looks a little odd however if the media is smaller than the maximum modal width. We should probably just set width: 100%, and make sure to put some modal guidelines in the docs for preferred media sizes.
Currently if a video or image is displayed within a modal component, we set max-width: 100%;. This looks a little odd however if the media is smaller than the maximum modal width. We should probably just set
width: 100%, and make sure to put some modal guidelines in the docs for preferred media sizes.