You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable scroll view - readium.reader.updateSettings({
scroll: "scroll-doc"
}); in the Epub reader view
Read any article containing big image sizes like 600x511, 600X300 and etc.,
Observation:
Images are not resizing to fit the screen as shown in the attached image.
Note: We have fixed in our application by adding css properties to the image tags after the content documents are loaded
$(imgTags).css('max-width', '98%');
$(imgTags).css('max-height', '98%');
Please fix in the readium library
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
scroll: "scroll-doc"
}); in the Epub reader view
Read any article containing big image sizes like 600x511, 600X300 and etc.,
Images are not resizing to fit the screen as shown in the attached image.Observation:
Note: We have fixed in our application by adding css properties to the image tags after the content documents are loaded
$(imgTags).css('max-width', '98%');
$(imgTags).css('max-height', '98%');
Please fix in the readium library
The text was updated successfully, but these errors were encountered: