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
zoomToFit should allow image to scale up to full parent size
If the user overrides `object-fit` from `scale-down` to `contain` like:
```css
.image-view .zoom-to-fit.image-container img {
object-fit: contain;
}
```
then before this change an svg image (atom#165) wouldn't scale up beyond its
default size. After this change an svg image does scale up to fill the
whole window.
0 commit comments