ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.61k stars 588 forks source link

Image does not completely fill div #1655

Closed ivmartel closed 2 months ago

ivmartel commented 2 months ago

The previous version (0.31) used to make the image fill the container div when v0.32 creates stripes.

image

If the div does have a zero height, the viewer should use the same ratio as for the width and stretch the div to fill it completely.

Originates from: https://wordpress.org/support/topic/a-few-0-10-2-issues/

ivmartel commented 2 months ago

Fixed in 4a68a43.