Redhead catching big reds in SPI

Sunny with a 28″ 9 1/2 # red caught on a cloudy cold windy day in the back lakes of Laguna Madre.

Screenshot_2015-11-24-17-31-08-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(); }); });