Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Issue #3051422: Have Vartheme BS4 as the default theme for Varbase and disable Vartheme
Issue #3052293: Changed and shifted Varbase Media responsive image styles to work with the mapping of Bootstrap 3 breakpoints into Bootstrap 4 breakpoints.
This update works for any theme, whether you are using Bootstrap 3, Bootstrap 4, or any theme. It adds new breakpoints provided from Varbase Media module (based on Bootstrap 4 media queries) to unify the way responsive images are displayed.
Switched BS3 XS max ( < 768px) to BS4 SM max ( <767.98px)
Switched BS3 SM min ( >=768px) to BS4 MD min ( >=768px)
Switched BS3 MD min ( >=992px) to BS4 LG min ( >=992px)
Switched BS3 LG min ( >=1200px) to BS4 XL min ( >=1200px)