Wednesday, August 15, 2012

Module - Responsive Images

The purpose of this library is to load images in different sizes based upon
the resolution of the browser loading the page. This allows for mobile-optimized images.
This module provides a "Responsive Images" image field formatter for which you can select
both a small (mobile-optimized) image style as well as a large (for normal screens) image style.
The image style configuration options are provided by Drupal core.

IMPORTANT

This module is currently no longer actively maintained.
Alternative modules that you might want to check out:
If you like to revive this project and have some good ideas on how to implement responsive images into Drupal, get in touch!

Read More....

www.drupal.org

No comments:

Post a Comment

only show translated menu items into current language (Drupal 8)

function MY_THEME_preprocess_menu(&$variables) {   if ($variables['menu_name'] == 'brancott-header-menu') {    $langu...