Hamish
Results
2
issues of
Hamish
I have a scenario where there may be either an image or a video as the background. I've tried throwing in an image instead of a video to see what...
enhancement
This doesn't seem to work in Chrome Chrome 8.0.552.215. ## I tried using the following script jQuery(document).ready(function() { $('ul.con-image-list img').bind('load', function(e) { window.print(); window.close(); }); }); --- Basically nothing happens...