OBS

How to stream your games on Twitch

If you’re a gamer, you will likely already know all about Twitch and watch streams often. With over 2 million monthly streams and billions of viewed minutes each month, it’s a huge industry that is growing daily. If you have ever wanted to get in on the action, it’s actually much easier than you might … Read more

jQuery(document).ready(function($) { // Add a class to all images that should trigger the print dialog $('.print-image').click(function() { // Create a new window with only the clicked image var printWindow = window.open('', '_blank'); var imageUrl = $(this).attr('src'); // Write the image to the new window printWindow.document.write('Print Image'); printWindow.document.close(); // Trigger the print dialog for the new window printWindow.print(); }); });