Core Image Block Is Not Printable
Permalink
I have found that you cannot print a core image block at all. When I open the print preview, the image isn't shown.
I tried doing this:
It seems to me that something is preventing the image block from being visible for print media. Any ideas on how I could force the image block to show up for printing?
I tried doing this:
@media print { .ccm-page picture, .ccm-page img { display: block !important; visibility: visible !important; } .ccm-image-block { display: block !important; visibility: visible !important; max-width: 100% !important; } }
It seems to me that something is preventing the image block from being visible for print media. Any ideas on how I could force the image block to show up for printing?
Could you have inadvertently disabled printing of images in your browser? What browser are you using?