04/13/2013 at 11:18 am
#256927
Keymaster
@ deborah
The size goes between the single quotes, not after and you shouldn’t add a double quote after the number. For example:
Instead of this:
[connections page_limit="15" image_width=''200" image_height=''150"]
You should be doing this:
[connections page_limit="15" image_width='200' image_height='150']
