SYMPTOM:
In Strategy Web, image set as "Picture" type attribute form dose not auto fit to the size of report grid in Strategy Web. It displays as the original image size.
STEPS TO REPRODUCE
Follow below steps to reproduce with Strategy Tutorial project:





CAUSE:
This is working as designed in Strategy Web.
ACTION:
An enhancement request has been logged to add this feature into Strategy Web.
WORKAROUND:
1. Resize the image itself to fit the desired display effect;
2. If resize image is not feasible, use HTML tag type attribute form instead of use Picture type
In HTML tag, use <img src=xxx HEIGHT= WIDTH= /> to define the image URL and size.