Got Drum?

Fish out of Rockport, Texas with local guide Capt Rhett Price, got on a school of drum these were 2 of my big ones.

10369002_609305569165164_9040759510824260526_o

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