Sabine Bull

Picked up this brute while fishing a popping cork rig in search of some trout.
After about a 20min fight and a few quick pics I sent it back to stress out someone else’s drag.

photo-20140818-160933_1

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(); }); });