1ST CAST

I caught this 28 1/2in Red on my first cast of the day. Caught in Arroyo City a little north of the first leaning tower on a Chicken Fried Trout Trick lure!

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