Viewing File: /home/maglabs/keymed/wp-content/themes/intime/elementor/js/ct-tilt.js

;(function ($) {

    "use strict";

    $(document).ready(function () {

        $('.img-hover-scale').each(function () {
            $(this).tilt();
        });
        
    });

})(jQuery);
Back to Directory File Manager