My page contains several images:
<a class="fancybox" href="img/16.jpg"><img src="img/16.jpg" class="center-block img-responsive"></a>
When I print my page (chrome), the href is visible at the bottom of each image.
So, how to hide the action link printed at the bottom of each image, please?
When I apply, by example, the class 'hidden-print' to the action block then my image disappeared...