Large image preview of binary field in the form

I need a REALLY LARGE preview of the photo in DB (1280x1024) in the

<form>
<field name="binary_image_data" widget="image"/> 
</form>

in the form.
How could I set this?

Constantine.

You can use:

<form>
<field name="binary_image_data" widget="image" width="1280" height="1024"/>
</form>
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.