In my customized skin based on V5_MinimalModern_BlueDiamond_eWriter.hmskin I changed the logo for desktop (default name logo-image-desk.png in the baggage files).
The original has 483 × 117 px. My image has 483 × 97 px, so the same length and slightly less height.
But: In my output file the logo is cut in the middle. The right part is missing. How does it come given that my width is the same as the original's width?
PS: I have all 3 measures with the same value: These 2
and the frame. Just to know for the future: Which of these 3 values is decisive for the ebook layout in the header? W = and H =, Physical size or the frame size shown to the right of the snipSVG window with the focus outside the image?
ewriter skin: destop logo is cut horizontally
Moderators: Alexander Halser, Tim Green
ewriter skin: destop logo is cut horizontally
You do not have the required permissions to view the files attached to this post.
- Tim Green
- Site Admin
- Posts: 7818
- Joined: Mon Jun 24, 2002 9:11 am
- Location: Bruehl, Germany
- Contact:
Re: ewriter skin: destop logo is cut horizontally
You can set the precise dimensions of your logo with the HEADERLOGO_DIMENSIONS config variable in the Header & Footer variables group when editing the skin in Toolbox.
Regards,
Tim (EC Software Documentation & User Support)
Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Tim (EC Software Documentation & User Support)
Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Re: ewriter skin: destop logo is cut horizontally
Thanks! Which size of the 3 is decisive? The frame size, isn't it?
- Tim Green
- Site Admin
- Posts: 7818
- Joined: Mon Jun 24, 2002 9:11 am
- Location: Bruehl, Germany
- Contact:
Re: ewriter skin: destop logo is cut horizontally
?? That variable in the skin only has two dimensions. By default they are:BertholdL wrote: Fri Nov 21, 2025 11:45 am Thanks! Which size of the 3 is decisive? The frame size, isn't it?
Code: Select all
height: 2.8rem; width: 11.6rem;Your settings in SnipSVG are irrelevant here. The header logo is treated as a regular image, irrespective whether it is a PNG or an SVG. Just set its display dimensions with the dimensions variable.
Regards,
Tim (EC Software Documentation & User Support)
Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Tim (EC Software Documentation & User Support)
Private support:
Please do not email or PM me with private support requests -- post to the forum directly.