“”

(Sudhaus7) Responsive Picture

responsive_picture / stable

Adds media variations to the Image / FileReference Element, automatically creates media variations and allows to define different images and crop-configurations per media query

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req sudhaus7/responsive-picture

Tags

#responsive #media #query #image

Last upload comment

New in 1.0.0
* missing media sizes are now created automatically
* media sizes and their maxWidth and maxHeight are now configured in TypoScript
* Partial Media/Rendering/Image is a true drop-in replacement
* Documentation covers usage in the Frontend
Fixed composer.json issue

Downloads by month

Download 1.0.1 External Manual Found an Issue? Code Insights Packagist.org
Author
Markus Hofmann & Frank Berger
Company
Sudhaus7, a B-Factor GmbH label https://sudhaus7.de/
Last update
11. Jul 2020
First upload
16. Apr 2020
Downloads
6,528
Category
Frontend
Dependencies
  • TYPO3 (9.5.0 - 10.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req sudhaus7/responsive-picture to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (6)

Version history

Version Upload comment Works with TYPO3 Download
1.0.1 / stable
July 11, 2020
New in 1.0.0
* missing media sizes are now created automatically
* media sizes and their maxWidth and maxHeight are now configured in TypoScript
* Partial Media/Rendering/Image is a true drop-in replacement
* Documentation covers usage in the Frontend
Fixed composer.json issue
9.5.0 - 10.4.99 Download
1.0.0 / stable
July 11, 2020
Merge pull request #6 from sudhaus7/feature/createmissingimages

Feature/createmissingimages
9.5.0 - 10.4.99 Download
0.9.8 / stable
May 14, 2020
version bump
9.5.0 - 10.4.99 Download
0.9.7 / stable
May 14, 2020
Update after security issues TYPO3 core, set TYPO3 version to minimum 10.4.2
9.5.0 - 10.4.99 Download
0.9.6 / stable
April 24, 2020
wrong push to TER from another extions of us. Version Bump to fix this
9.5.0 - 10.4.99 Download
0.9.5 / stable
April 17, 2020
change TYPO3 category,
remove deprecated em_conf fields,
add autoload for non composer installs
9.5.0 - 10.4.99 Download
0.9.4 / stable
April 17, 2020
Version number update for packagist,
Minor release, no update required
9.5.0 - 10.4.99 Download
0.9.3 / stable
April 16, 2020
:bookmark: New release 0.9.3
- removed unnecessary usage of objectmanager
- deprecated typoscript config
- cutting down database queries
- added documentation with screenshots
9.5.0 - 10.4.99 Download
0.9.2 / stable
April 16, 2020
Update Version number
9.5.0 - 10.4.99 Download
0.9.0 / stable
April 16, 2020
Proof of concept release

when installing this extension you can now add media variations to an image in the TYPO3 backend. This could be the same image, the same image cropped to a different view, or a completely different (cropped) image.
A fluid-partial to replace the standard image partial to create the picture tag is provided as well.
Documentation and Integration-features will follow.
9.5.0 - 10.4.99 Download