sudweb / 2012

:two::zero::one::two: WordPress Theme
http://sudweb.fr/2012/
7 stars 2 forks source link

Partners thumbnails are resized, resulting in poor quality #105

Closed fetard closed 12 years ago

fetard commented 12 years ago

Partners thumbnails on the bottom of the home page are resized to a 100px width, but the original images are used : so the browser needs to resize it, and the result is a poor image quality.

It should be better to display "pre-resized" thumbnails, using a timthumb-like tool.

goulvench commented 12 years ago

Changing assignee, I don't know how to do that.

thom4parisot commented 12 years ago

You worked on this part, it was obvious for me you could better understand the problem than me.

On Mon, Mar 12, 2012 at 1:37 PM, Goulven Champenois < reply@reply.github.com

wrote:

Changing assignee, I don't know how to do that.


Reply to this email directly or view it on GitHub: https://github.com/sudweb/wp-sudweb-theme/issues/105#issuecomment-4458582

Thomas PARISOT Conseil, dveloppement et performances Web http://case.oncle-tom.net/ @oncletom http://twitter.com/oncletom Mobile : +336 08 40 35 49

goulvench commented 12 years ago

Weird, the codex says that passing false as 4th argument results in soft (proportional) cropping. Maybe using set_post_thumbnail_size messed things up, as studiograsshopper.ch explains:

Avoid using set_post_thumbnail_size() to set your Featured Image display size – to avoid in-browser resizing

thom4parisot commented 12 years ago

Or maybe the problem is related that we added the size after uploading the picture. I feel that WP has some troubles with that kind of behavior.

On Mon, Mar 12, 2012 at 2:09 PM, Goulven Champenois < reply@reply.github.com

wrote:

Weird, the codex says that passing false as 4th argument results in soft (proportional) cropping. Maybe using set_post_thumbnail_size messed things up, as studiograsshopper.ch explains:

Avoid using set_post_thumbnail_size() to set your Featured Image display size to avoid in-browser resizing


Reply to this email directly or view it on GitHub: https://github.com/sudweb/wp-sudweb-theme/issues/105#issuecomment-4459262

Thomas PARISOT Conseil, dveloppement et performances Web http://case.oncle-tom.net/ @oncletom http://twitter.com/oncletom Mobile : +336 08 40 35 49

fetard commented 12 years ago

You can resize the thumbnails even if you added a size after the image upload : use the Resize Thumbnails plugin

thom4parisot commented 12 years ago

Can you confirm it is better now?

samy commented 12 years ago

Yes it is !

thom4parisot commented 12 years ago

Cool!