.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt What does it do? ================ I think responsive web design isn't hust a feature, it's a have must. The output from css_styled_content, especially for displaying imges, is sometimes very frustrating. There are many divs and divs in the divs. So itisn't very funny to write a workaround for all possible settings, the user can choose. For that reason i created the brandnew responsive images extension. It adds an content element to the common content element list. Without any configuration the user can add responsive images. The extension adds the requiered css automatically. The structure is based on fluid and 100% responsive. New in version 1.1.0 #################### Easy integration of jQuery lib. Just click on the extensions name in the extensionmanager and check the checkbox for jQuery integration from cdn in the footerLibs. Fixed the problem, that the lightbox won't work, cause the css and js was not integrated correctly. Settings of the extension ######################### There are four possible settings: 1. width of image in px 2. height of image in px 3. alignment of the image(s) 4. open a bigger version in lightbox (also included, reday to use with one click) The images are based on fluid viewhelpers, so there were dynamically create in the dimension you need. Just use only the width or the height to keep the ratio of the image. Some screenshots ################ View on laptop (watch the flowers width) .. figure:: ../Images/macBookPro.jpg :width: 500px :alt: View on laptop (watch the flowers width) View on iPhone (watch the flowers width) .. figure:: ../Images/iPhone.jpg :width: 500px :alt: View on iPhone (watch the flowers width) View on iPad (watch the flowers width) .. figure:: ../Images/iPad.jpg :width: 500px :alt: View on iPad (watch the flowers width) Images width custom height and figcaptions .. figure:: ../Images/displayImages.jpg :width: 500px :alt: Images width custom height and figcaptions Use of included lightbox functionality .. figure:: ../Images/displayImagesLightbox.jpg :width: 500px :alt: Use of included lightbox functionality Add the content element .. figure:: ../Images/ceElement.jpg :width: 500px :alt: Add the content element Using the common add images dialog .. figure:: ../Images/ceElement2.jpg :width: 500px :alt: Using the common add images dialog Of course you can add an alt and title tag, as a figcaption and a link, too. .. figure:: ../Images/ceElement3.jpg :width: 500px :alt: Of course you can add an alt and title tag, as a figcaption and a link, too. The possible settings, easy to use, self explaining .. figure:: ../Images/ceElement4.jpg :width: 500px :alt: The possible settings, easy to use, self explaining