Feature #37961
closedIntegration of a responsive image loader
0%
Description
Responsive Webdesign is becoming more and more important these days due to the vast amount of devices for surfing in the net. Responsive Webdesign means also Responsive Images - delivering the proper image size and resolution for each device/bandwidth, probably combined with lazy load.
Right now TYPO3 serves only images with steady width and height values - unuseable for Responsive Webdesign.
Cool would be an integration of something like this:
https://github.com/tubalmartin/riloadr
Unfortunately I'm not a developer otherwise I would have come up with the one
or other idea.
Updated by Kay Strobach over 11 years ago
hello florian,
do not beat me, but this is possible with mostly TYPOScript by adjusting the image rendering.
Basicly it's about the following:
1. load page set cookie with browser width -> reload
2. use known browser to serve according images
There are some extensions in TER which can solve that problem (e.g. one from JEFF Seegars)
Regards
Kay
Updated by Benni Mack almost 10 years ago
- Status changed from New to Needs Feedback
Florian, TYPO3 CMS 6.2 can handle this with srcsets etc. This should be sufficient, right?
Updated by Benni Mack almost 10 years ago
- Assignee set to Benni Mack
If so, let me know (I will then close this issue)
Updated by Benni Mack over 9 years ago
- Status changed from Needs Feedback to Rejected
No feedback for 4 months, I will close the issue now. If you still have problems, please open up a new ticket.
Updated by Oliver Hader about 7 years ago
- Category changed from 1050 to Frontend