jarWhen I try to scale images to fit the screen, it does not work and the image stays with the original scale.
Also, is it possible to define a scaling option as default for all users / books ?
Thanks a lot for the tool, it is truly amazing!
image should maximize in the page and use as much as width/height as possible
Nothing change
Add any other context about the problem here.
If applicable, add screenshots to help explain your problem.

If applicable, add an excerpt of the log file (max 20 lines), or a link to a gist containing the log file.
What's the original image size, and what's your viewport size?
You need to fill the template properly with your browser brand and version.
I can't reproduce this at all.
Are you by any chance going from "Fit height" to "Fit screen"? In that case, if the height of your image is larger than the height of your browser viewport, then of course nothing will change. "Fit screen" essentially means "Fit height if the height of the image is larger than the height of the viewport, otherwise fit width if the width of the image is larger than the width of the viewport, otherwise display everything".
You can easily verify this by going to "Fit width" and then to "Fit screen"; if it behaves differently and actually changes display, then the above applies and the bug doesn't exist.
Easily reproduced in Safari, Chrome, and Firefox, with the dev tools to set a specific screen size (very large one). It only happens if the source image is smaller than the view port.
It affects both _Fit Width_ and _Fit Screen_.
Thank you @gotson
sorry for the lack of information, I missed those fields. I will be more careful going forward.
The image is indeed smaller than the view port (image: 466x717, computer resolution: 1920x1080).
thanks again for the tool and your help
:tada: This issue has been resolved in version 0.62.6 :tada:
The release is available on:
v0.62.6Your semantic-release bot :package::rocket:
Thank you very much @gotson for the quick fix!
Most helpful comment
Easily reproduced in Safari, Chrome, and Firefox, with the dev tools to set a specific screen size (very large one). It only happens if the source image is smaller than the view port.
It affects both _Fit Width_ and _Fit Screen_.