How do I display an uploaded image with a different width/height in my HTML view?
On my form, I have a display_picture field with the formula specifying an image width of 100, and I render it in my HTML view using <%=rec.display_picture%>. How can I specify different width/height dimensions when displaying it in HTML view?