Texas Hotshots – First Bull Red (41 inches)

This was a trip I took with two of my sons at the Jetties in Galveston. It was 41 inches long and was tagged and taken home to eat.

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