Metadata
- Source
- FLUID-4281
- Type
- New Feature
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Jonathan Hung
- Created
2011-06-02T15:58:13.937-0400 - Updated
2015-06-09T13:34:26.194-0400 - Versions
-
- 1.4
- Fixed Versions
- N/A
- Component
-
- Uploader
Description
Currently the Uploader's default presentation is about 434 pixels in width, with a variable height that grows to approximately 285 pixels.
This is problematic in implementations that require the Uploader to be a consistent fixed (or relatively consistent) size.
Options should include:
- width: em, pixels, or percentage.
- default height: specify the initial height of the uploader in em, pixels, or percentage.
- max height: specify the maximum height the uploader can become in em, pixels, or percentage.
Setting the default height and max height to the same value will in effect create an uploader of a fixed (relative) height.
Comments
-
Justin Obara commented
2015-06-09T13:34:26.194-0400 I think the presentation should be done in css as opposed to component options.