We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How about a resizing option to fit screen
Sometimes mangas are to tiny sometimes they are to big so you need to zoom or to scroll. So how about to change the height based on device max-height?
The text was updated successfully, but these errors were encountered:
true, maybe event adding buttons with fit-width, fit-height and original size
Sorry, something went wrong.
I find a solution for this.
add: style="object-fit: scale-down;" and change h-auto to h-100.
<img id="reader-image" style="object-fit: scale-down;" class="mw-100 h-100 d-block mx-auto" src="{{ URL::action('ReaderController@image', [$manga, $archive, $page]) }}">
Result:
image height is too small:
image heigt is too big:
Will revamp the reader once I fix #220
No branches or pull requests
How about a resizing option to fit screen
Sometimes mangas are to tiny sometimes they are to big so you need to zoom or to scroll.
So how about to change the height based on device max-height?
The text was updated successfully, but these errors were encountered: