Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6603611
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:02:16+00:00 2026-05-25T19:02:16+00:00

I am trying to create a thumb with and uploaded image. I also want

  • 0

I am trying to create a thumb with and uploaded image. I also want to resize the uploaded image to 672×378 and the thumb is should be 219×123.

The path for the thumb should be photographer/image/:id/thumb:Filename

I have installed imageshack (gem ‘Rmagick’) and intstalled the program on my pc.

My model:

  has_attached_file :image,
    :storage => :s3,
    :bucket => 'mybucket',
    :path => '/photographer/image/:id/:filename',
    :s3_credentials => {
      :access_key_id => 'mykey',
      :secret_access_key => 'mykey'
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:02:16+00:00Added an answer on May 25, 2026 at 7:02 pm

    It looks like you want to attach images to photographers. So in that case I would include this code on the photographer model.

    has_attached_file :image, 
      :styles => {  :original => "672>x378>", :thumb => "219>x123>" }, # width x height
      :storage => :s3,
      :bucket => "mybucket",
      :path => "photographers/:id/images/:style/:basename.:extension",
      :s3_credentials => {
        :access_key_id => 'mykey',
        :secret_access_key => 'mykey'
      }
    

    Not that the > after the size of the images will restrict the width from exceeding the value, but still keep the image in proportion. So, the image can’t go larger than the height or width. You can remove those if you want.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a simple image gallery where I have one big photo
I am trying to create a UISlider without the thumb image. How can I
I'm trying to create a simple portfolio page. I have a list of thumbs
I get the following error when trying to create a thumbnail of an image:
I am trying to create and save a thumbnail image when saving the original
I have to create a dual-thumb slider using the YUI 3 libraries. A single
I am trying to create a seekbar with a thumb that changes color when
I am trying to create a high quality thumbnail of this image, with Java
I am trying to create a custom-styled seekbar. I have two nine-patch images one
I have to create my own customized slider. I am trying to change the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.