| 
 | |||||||
|  | 
|  | Thread Tools | Search this Thread | 
|  06-30-2025, 06:26 PM | #76 | 
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | 
			
			That screenshot shows the image as expected. Why do you say that Shine 5 is not scaling the svg wrapper? The image in your screenshot is scaled. EDIT: I attach your epub; is the same except that I added a background color so you can see the size of the div block and a red border so you can watch the size of the svg wrapper. Open again that epub in your Shine 5; the "issue" you see, actually is not an issue but a result of the proportions of the image. Last edited by RbnJrg; 06-30-2025 at 06:36 PM. | 
|   |   | 
|  06-30-2025, 06:54 PM | #77 | 
| Connoisseur  Posts: 90 Karma: 10 Join Date: Dec 2024 Device: Tolino Shine 5 | 
			
			But it always renders the image at the same size. If I change the height of the div to 20vh, the div gets smaller, but the image doesn't.
		 | 
|   |   | 
|  06-30-2025, 08:04 PM | #78 | |
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | Quote: 
 Code:   <div style="text-align: center; padding: 0pt; margin: 0pt; background: lightblue">
    <svg style="height: 20vh; border: 1px solid red; box-sizing: border-box" xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 960 1207" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
      <image width="960" height="1207" xlink:href="../Images/picture.jpg"/>
    </svg>
  </div> | |
|   |   | 
|  07-01-2025, 12:22 PM | #79 | |
| Connoisseur  Posts: 90 Karma: 10 Join Date: Dec 2024 Device: Tolino Shine 5 | Quote: 
 Setting the height for the SVG wrapper doesn't work either.. | |
|   |   | 
|  07-01-2025, 04:06 PM | #80 | |
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | Quote: 
 Code:   <div style="text-align: center; padding: 0pt; margin: 0pt; background: lightblue">
    <svg style="border: 1px solid red; box-sizing: border-box"
      xmlns="http://www.w3.org/2000/svg" 
      height="20vh"
      preserveAspectRatio="xMidYMid meet" 
      version="1.1" 
      viewBox="0 0 960 1207"
      width="100%"
      xmlns:xlink="http://www.w3.org/1999/xlink">
      <image width="960" height="1207" xlink:href="../Images/picture.jpg"/>
    </svg>
  </div> | |
|   |   | 
|  07-01-2025, 04:21 PM | #81 | |
| Connoisseur  Posts: 90 Karma: 10 Join Date: Dec 2024 Device: Tolino Shine 5 | Quote: 
 I hope this really is a bug and not meant to be a feature.. | |
|   |   | 
|  07-01-2025, 05:54 PM | #82 | |
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | Quote: 
 Code: <item id="picture.jpg" href="Images/picture.jpg" media-type="image/jpeg" properties="cover-image"/> | |
|   |   | 
|  07-02-2025, 01:36 PM | #83 | ||
| Connoisseur  Posts: 90 Karma: 10 Join Date: Dec 2024 Device: Tolino Shine 5 | Quote: 
 Quote: 
 I’ll just treat it like a bug and send a report to them   | ||
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kindle Epub vs Standard Epub | JudahsShadow | Library Management | 3 | 05-01-2023 01:55 PM | 
| Linux ePub reader app that best fullfills the ePUB standard | celiapgt | Reading and Management | 12 | 04-19-2022 12:42 AM | 
| Help revise the Epub standard | Nate the great | General Discussions | 8 | 04-18-2010 11:29 AM | 
| Standard Reader for Epub | bhuvana786 | ePub | 6 | 08-21-2009 11:00 AM |