View Single Post
Old 10-24-2014, 05:44 PM   #4
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by Psymon View Post
I'm putting together a book -- or, rather, a section of a book -- with a bunch of writings by different authors, and as it turns out one of them was also quite a proficient artist, too, and it would be nice to include a selection of his paintings. I'm not sure about the best way to go about it, though. Like, if they were all in "portrait" format, then I would just make them all full-page images, but there's only a few that are portrait, most are in landscape orientation, not to mention some are long and skinny, others almost square-ish.

Any suggestions on what the best way to put together a section of a book that's essentially page-after-page of images like that?

And I gather that nobody has ever come up with a decent, workable way to provide captions underneath each image, eh? I just figured that I'd have one image per page, and on the previous (or next) page provide the details about that image -- unless someone has any better thoughts/solutions.
One way to add captions that should work fine is to place the image inside an SVG where the canvas is large enough to hold the caption and the caption would be done as text inside the SVG.

Other ways include a DIV that includes both the image and the caption and then is set in CSS to avoid splitting. This may or may not work.

Dale
DaleDe is offline   Reply With Quote