Quote:
Originally Posted by RbnJrg
Well, you want a solution for epub2. With this restriction in mind, you'll need to use an SVG wrapper and assign it the "display: inline-block; width: 100%; margin: 1em 0; text-indent:0" properties. This seems to work:
Attachment 218369
Attachment 218370
Crop to content the image before including it in the svg wrapper and use margins (or paddings) to add blank spaces.
|
That's a rather good solution.