View Single Post
Old 12-01-2016, 06:38 PM   #10
ralphiedee
Zealot
ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.
 
Posts: 125
Karma: 1370
Join Date: Mar 2012
Device: none
Yes I believe this thread went a bit wacky in terms of me solving my problem, just want to recap,

I'm editing an epub in Sigil I see that the images in the epub ( roughly 25 ) are much smaller than they were in the InDesign document. So I need to be able to make each image bigger. Not all images are the same size but all are too small.

OK in the style envelope there are two css sheets , one with all the font and one with font and some image classes listed below

._idgenobjectattribute {
height: 100%;
min-width: 100%;
width: 100%
}
._idgenobjectattribute1 {
width: auto;

height: 40%;




}
._idgenobjectlayout {
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
display: block;
text-align: center;
padding: 0;
margin: 0
}
._idgenobjectstyleoverride {
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
display: block;
padding: 0;
margin: 0
}

now to find each image I go to the xhtml page where the particular image sits heres a sample of of one image by itslf on a page

<body class="calibre" id="GUWG_FINALarticleRefllowW_Cover_Dee_11_16_16" xml:lang="en-GB">
<p class="body-text"><img alt="CH02_01_finalReflow" class="calibre1" src="../Images/CH02_01_finalReflow.jpg" /></p>
</body>
</html>

NOW How can I make this image bigger? Since there are roughly 25 images that need editing 1 size will NOT fill all so I would have to target EACH IMAGE not the css code correct?

If so I would think I need a height and width in-between the following am I right?

<p class="body-text"><img alt="CH02_01_finalReflow" class="calibre1" src="../Images/CH02_01_finalReflow.jpg" />
xxxxxxx here?
xxxxxxx here?
</p>

And yes I did see a reply that this was not Sigil specific its just how do I make images in Sigil bigger.

I think thats pretty much explains it.

Any help?
ralphiedee is offline   Reply With Quote