2010-04-28 10 views

Respuesta

46
has_attached_file :image, :styles => { :thumb => "100x100>" }, 
    :convert_options => {:thumb => "-gravity center -extent 100x100"} 

O con el fondo blanco no

has_attached_file :image, :styles => { :thumb => "100x100>" }, 
    :convert_options => {:thumb => "-background red -gravity center -extent 100x100"} 
+0

perfecto, gracias – astropanic

+0

1 de respuesta increíble :) –

+0

Gracias - funciona perfectamente –

Cuestiones relacionadas