FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.24k stars 710 forks source link

Image Resizing for comics #273

Open Mayank0000 opened 5 years ago

Mayank0000 commented 5 years ago

I want to resize the image for comics section. Image is not visible in thi case.

hrishikesh-kadam commented 5 years ago

@Mayank0000 Can you please share EPUB file for further investigation? Also it would be helpful if you could fill the Issue Template.

Mayank0000 commented 5 years ago

PFA of an epub file and this file is a sample.

Enhancement:- I want to resize the image i.e. zoom in/ zoom out for reading this type of comics. I had changed the CSS file where Max Height:- 95% Max Width: - 100%

to Max Height :- auto Max Width - auto.

On Mon, Sep 3, 2018 at 6:03 PM Hrishikesh Kadam notifications@github.com wrote:

@Mayank0000 https://github.com/Mayank0000 Can you please share EPUB file for further investigation? Also it would be helpful if you could fill the Issue Template https://github.com/FolioReader/FolioReader-Android/blob/master/.github/ISSUE_TEMPLATE.md .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/FolioReader/FolioReader-Android/issues/273#issuecomment-418102202, or mute the thread https://github.com/notifications/unsubscribe-auth/AUQlqRXjooV4_GnWQibDCyZPLuEhdp_Qks5uXSGigaJpZM4WXdD0 .

-- Thanks and Regards

Mayank Patni

mahavir155 commented 5 years ago

@Mayank0000 No attachment

chathudan commented 4 years ago

Hi Guys any update, please.

rohitS-786 commented 1 year ago

Hi mahavir155, I am trying to implement Zoom In/Zoom Out feature for the folio-reader(horizontal Page wise) by making changes in Style.css file(assets/css) using zoom Tag(zoom : 100%, zoom:120% etc. for example) but this produces a weird scrolling behavior of folio reader. :-( Shall I know if this has been already supported in Folio Reader. If not, How this can be achieved and if there is any plan to implement this in future ?