almost 9 years ago
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
And after uncommenting this implement include minimagick for your image uploader.
step 2:-
now you have to define thumbnail object in the views where you are rendering the image.
step :-3
0 Comment(s)