• greyowl0015

    (@greyowl0015)


    add to code automatic detection “direction rtl”

    var site_rtl = ( jQuery(‘html’).attr(‘dir’) == ‘rtl’ ) ? true : false;

    jQuery(‘.wpgis-slider-for’).slick({
    rtl: site_rtl
    });

  • The topic ‘direction rtl’ is closed to new replies.