Can’t touch this…

fish

Adelyn loves to fish, but she just can’t bring herself, yet, to touch the fish. I am sure she will touch them in the future, but for now, catching is the name of the game!

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