Project

General

Profile

Actions

Feature #34954

closed

Make image rendering retina display compatible (as an option)

Added by Tobias Timpe about 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Image Cropping
Target version:
-
Start date:
2012-03-17
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

Hello guys,

With yesterday's release of the new iPad from Apple, we have to change how images are rendered. We need to provide 2x graphics and also automatically create those. We also need to add a line of JS in order to replace the original images since we can't just rely on the user agent.

This should be simple to add, as it only needs to do these things:

- Render every content image in normal and 2x resolution, preferably just create "@2x" versions in the temp.

- Replace the original images with the higher resolution ones, if applicable

Yours

Tobias Timpe

Actions

Also available in: Atom PDF