Please be our guest and virtually explore our beautifully renovated 1939 house in Historic Old Katy that we transformed into a fully functioning freestanding birth center in 2010.
(function($) {
//remove a tag from ngg slideshow images to prevent redirecting to image file
$('.ngg-gallery-slideshow-image img').each(function(){
$(this).unwrap('a');
});
// add slide next when the image is clicked to replicate the old ngg slideshow function
$('.ngg-slideshow').click(function(){
$('.ngg-slideshow').slick('slickNext');
});
})( jQuery );