So i followed the steps in the agile development book and everything is working just fine... i even added a few new functions to list and manage the pics. but what if i start uploading big pics? i don''t want to have huge desk-top size pics taking up the whole page all the time. right? so does anyone have a sort-of thumbnail thing they''d be willing to share? any help would be greatly appreciated! thanks... -- Posted via http://www.ruby-forum.com/.
Check out RMagick http://rmagick.rubyforge.org/ On 4/26/06, Jon Mr <jon.druse@gmail.com> wrote:> So i followed the steps in the agile development book and everything is > working just fine... i even added a few new functions to list and manage > the pics. but what if i start uploading big pics? i don''t want to have > huge desk-top size pics taking up the whole page all the time. right? > so does anyone have a sort-of thumbnail thing they''d be willing to > share? any help would be greatly appreciated! thanks... > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Ben Reubenstein http://www.benr75.com
Jon Mr wrote:> So i followed the steps in the agile development book and everything is > working just fine... i even added a few new functions to list and manage > the pics. but what if i start uploading big pics? i don''t want to have > huge desk-top size pics taking up the whole page all the time. right? > so does anyone have a sort-of thumbnail thing they''d be willing to > share? any help would be greatly appreciated! thanks...FileColumn: http://www.kanthak.net/opensource/file_column/ -- Posted via http://www.ruby-forum.com/.
Jon Mr wrote:> So i followed the steps in the agile development book and everything is > working just fine... i even added a few new functions to list and manage > the pics. but what if i start uploading big pics? i don''t want to have > huge desk-top size pics taking up the whole page all the time. right? > so does anyone have a sort-of thumbnail thing they''d be willing to > share? any help would be greatly appreciated! thanks...Or with an approach slightly different to file column, SuperImage http://beautifulpixel.textdriven.com/articles/2006/04/27/superimage-plugin-making-resizeable-uploaded-images-easy -- Posted via http://www.ruby-forum.com/.