View Single Post
Old 04-13-2018, 04:03 PM   #2
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
If this was my book I'd definitely remove the images because first-letter images are useless if you use text-to-speech to 'read' books.

The approach I'd take would be:
1. Hope that the creator had used a useful naming convention for each image, e.g. first-letter-A.jpg, first-letter-B.jpg, etc. Then I'd construct a regex to cycle through them, find/replace one at a time (not replace all).

2. If that wasn't possible I'd still remove the images, but manually, the hard way.

3. For your compromise option, css something like the following might be acceptable:
Code:
img.drop {height:1em; width:auto}
jackie_w is offline   Reply With Quote