Project

General

Profile

Actions

Bug #72463

closed

Fluid Style Content renders images blurred

Added by Andreas Bohnert almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2015-12-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

An image rendered within the content element Text & Media with Typo3 7.6.2 is always blurry no matter what I try.
The pixel settings width & height are being ignored and the image quality field is missing.
Images rendered with css style content are being fine.

Actions #1

Updated by Mathias Schreiber almost 9 years ago

  • Assignee deleted (Benni Mack)
  • Target version changed from 7.6.3 to Candidate for patchlevel
Actions #2

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from New to Needs Feedback

the "Image quality" has been removed from Fluid Styled Content, as far as I can see;

@Andreas Otto †: maybe the questions are silly, but:
1 - Install Tool > Test Setup > are the tests about image manipulations working fine?
2 - Are you using some CSS that makes the images "responsive"? , i.e. something like:

width:100%;
height:auto;

or

max-width:100%;
height:auto;

3- are you using Firefox or Chrome?
4- can you provide us the original image and the width or height you want to transform it into?

Actions #3

Updated by Andreas Bohnert almost 9 years ago

I have to apologise. I did some more tests and find out that my sample was a bit too noisy and the scale down came out blurry.

Actions #4

Updated by Riccardo De Contardi almost 9 years ago

Do not worry, that could happen :)
So, do you think I can close this? Or is there still something left?
Thank you for your feedback!

Actions #5

Updated by Andreas Bohnert almost 9 years ago

Thanks Riccardo!

I still have a problem with image rendering but it is related to the bootstrap core module.
You actually gave me a hint.
But since this has nothing todo with fluid style content I think this ticket should be closed.

Anyway, if you are interested:

There is a content.css (included by bootstrap core) which always renders images like this:

.image > img,
.image a > img {
display: block;
max-width: 100%;
height: auto;
}

even if I have choosen a non responsive design in the content element (bootstrap core).

Here are my static s templates in the given order:

css style content
Bootstrap core
Gridelements
Grid for bootstrap

I think I will send Pascal an email.

Thanks for your time Riccardo!

Actions #6

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (Candidate for patchlevel)

Closed :)
Thank you for your feedback and good work!

Actions

Also available in: Atom PDF