HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content.1/themes/consultio/elementor/js/
Upload File :
Current File : /home/otwalrll/.trash/wp-content.1/themes/consultio/elementor/js/ct-tilt.js
;(function ($) {

    "use strict";

    $(document).ready(function () {

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

})(jQuery);