direction rtl
-
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.
Home / Plugin: Advanced WooCommerce Product Gallery Slider / direction rtl
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
});