I’ve been using CarrierWave to successfully resize my images and I’ve recently added a default image (default_url) to some of my uploaders. However, it doesn’t seem to resize my default images.
Is there a way to force to resizing of these images?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not on a file level — Carrierwave doesn’t actually manage or touch these default_urls. You’ll need to get that file in the proper size.
Or, you can reduce the size via CSS if it is in the same dimension.
But generally, you’ll need to just get the default images in their proper size.