Hi,
It would be a great feature, to show images without the filename. - a kind of image list. The galllery is not the right solution (or did I misanderstood the function and functionality), if I want to save nodes as PDF
Cheers
Hi,
It would be a great feature, to show images without the filename. - a kind of image list. The galllery is not the right solution (or did I misanderstood the function and functionality), if I want to save nodes as PDF
Cheers
Comments
Comment #1
iva2k commentedAt a minimum you can take a look at the screenshots - gallery option gives you the list of images without file names. They are li elements in ul under single div in html. The default theme template draws them horizontally, but it is all done in CSS. You can theme that list as you wish by doing simple CSS edits in your theme. PDF can display that differently, and it is up to PDF engine to theme the view. I've looked at print.module + DOMPDF with iTweak_upload - it looks different from the html, but it can be changed with (other) CSS files. I consider itweak_upload functionality complete from that perspective.