Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information