Forum Discussion
EvanMartinez
7 years agoModerator
Hi Stephanie,
It is possible to manipulate the size of the image, I most often do this by adding width= to the img tag just before the src. It would typically look like the snippet below
"<img width=\"500\" src=\"" (rest of formula)
Then you can adjust the 500 up and down till you get the size that best fits your needs.
It is possible to manipulate the size of the image, I most often do this by adding width= to the img tag just before the src. It would typically look like the snippet below
"<img width=\"500\" src=\"" (rest of formula)
Then you can adjust the 500 up and down till you get the size that best fits your needs.
- StephanieHarris7 years agoQrew Assistant CaptainA million thank yous :)