3 yr old takes me on “guided hunt”

My niece insisted on doing the work, so I let her. Set out a few decoys, called the birds and called shots(better than most) it was fun letting her enjoy the experience!

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