Quote:
Originally Posted by Xabache
is there a way to eliminate the index?
|
Go to Edit->Project Preferences..., Options tab and uncheck 'Generate TOC'
Quote:
and can i make this second photo scalable -- so it shrinks with the frame size -- like the primary cover photo
|
If a {height:100%; max-width: 100%} image style isn't doing the trick change the code to
Code:
<svg width="100%" version="1.1" preserveAspectRatio="XMidYMid meet" xmlns="http://www.w3.org/2000/svg" height="100%" viewBox="0 0 [image width in pixels] [image height in pixels]" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="[image width in pixels]" height="[image height in pixels]" xlink:href="[path to image]"></image>
</svg>
Quote:
is there a way to eliminate the new "chapter 01" that the imported photo creates in the index
|
Select the entry in the Files tab and uncheck 'Show in TOC'.