View Single Post
Old 03-08-2013, 08:48 PM   #1
CGidari
Junior Member
CGidari began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Mar 2013
Device: none
Cover Image Doesn't Scale to Thumbnail

I am losing my mind trying to get this cover to appear correctly on Adobe Digital Editions, but I can't seem to do it.

I upload my cover (514x800 pixels) into Sigil and set the semantics to cover on both the html and jpg files. However, when I upload it to ADE to proof it, the thumbnail only shows a small portion of the cover. My cover image is practically the same size as the one in the Sigil user guide (which displays fine in ADE), so I'm not sure what I'm doing wrong.

Am I missing a step, or a line of code that tells it to scale down properly? This is what the code on the page looks like right now:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css" />
</head>

<body>
<p><img alt="Before8_Cover" src="../Images/Before8_Cover.jpg" /><br /></p>
</body>
</html>
CGidari is offline   Reply With Quote