hi everyone.
what i'm trying to do is to put images in kepub files in "full display" mode the same way the cover appears.
to clarify; when i read a kepub i get a full display cover image and "in text" images with the book title above and page count below like in the images i've linked.
cover ------------------------ in text image
all "in text images" are wrapped in svg code like the following one.
Code:
<div class="svgouter">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 1173 1759" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="1759" width="1173" xlink:href="../Images/MKnR_v01_029.jpg"></image>
</svg>
</div>
so what i want is a way to make "in text" images appear just like the cover in full display.
i've already tried with the stylesheet but it seems that the .kepub extension has an higher priority over the stylesheet and so i don't know what to do.
it's possible there is a tag kobo related to let the device do this?
or maybe do i have to add something in the opf file?
someone has a solution?