Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • implement thumbnail image in image uploader

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 319
    Comment on it

    how to implement thumbnail for image in rails.

    step 1:-

    go to uploader inside views where you have written image uploader code for uploading image. uncomment this section

    1. #Create different versions of your uploaded files:
    2. version :thumb do
    3. process :resize_to_fit => [50, 50]
    4. end

    And after uncommenting this implement include minimagick for your image uploader.

     

    step 2:-

    1. include CarrierWave::MiniMagick

    now you have to define thumbnail object in the views where you are rendering the image.

     

    step :-3

    1. <%= image_tag (category.category_image.thumb) if category.category_image? %>

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: