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
Hi,
Issue: Image is not resizing in vertical mode When we are opening TOC Panel for EPUB3
When we are enabling scroll mode for epub3 content and clicking on the Table of Contents panel then the content is hiding to the right side and not resizing.
Note: However, in reflowable layout it is resizing properly.
Is there anyway we can make it resize in scroll mode.
The text was updated successfully, but these errors were encountered:
...BUT only with reflowable EPUB documents, not fixed-layout ones (in this latter case, CTRL-R / reloading the web page corrects the aspect ratio, so I presume a "resize event listener" is not wired properly in the FXL view component).
... which is then automatically captured by individual "one page views" (scale transform and re-positioning).
I think the reason why this works with reflowable documents is that the host iframes are automatically scaled / positioned via CSS, whereas fixed-layout iframes need to be laid out programmatically due to the scale/positioning viewport calculations.
Hi,
Issue: Image is not resizing in vertical mode When we are opening TOC Panel for EPUB3
When we are enabling scroll mode for epub3 content and clicking on the Table of Contents panel then the content is hiding to the right side and not resizing.
Note: However, in reflowable layout it is resizing properly.
Is there anyway we can make it resize in scroll mode.
The text was updated successfully, but these errors were encountered: