Displaying 1 result from an estimated 1 matches for "size_here".
Did you mean:
sid_here
2006 Feb 21
4
File_Column w/ Dynamic Sizing
...nd using :magick => {:geometry =>
"100x100" }, my image ends up being 67x100 ?
Is there a way to "force" the image to be the size you specify ?
- My view has a drop-down of sizes, and I''m trying to pass in this
size into :magick => {:geometry => SIZE_HERE}.
I''ve tried replacing SIZE_HERE with self.size, replacing it with a
@size instance variable in a "before_create"... etc, etc...
... but I can''t seem to get the proper value included in this hash
prior to it running.
Any insight into the above would be grea...