What Really Happens When You Plug a Shotgun with a Carrot

When Bugs Bunny sticks a carrot in the muzzle of Elmer Fudd’s barrel, the gun always blows up in Fudd’s face. Would that happen in real life?

Read full story at OutdoorHub.com

jQuery(document).ready(function($) { function fixSlickAria() { $('.slick-slide').each(function() { if ($(this).attr('aria-hidden') === 'true') { $(this).attr('tabindex', '-1'); } else { $(this).attr('tabindex', '0'); } }); } fixSlickAria(); $('.uael-grid-gallery').on('afterChange', function(event, slick, currentSlide){ fixSlickAria(); }); });