Align/Size of Image

This might be a silly question, but I can’t figure out how to resize and align an image without a caption.

Most of my images are in this form: [caption width="###" align=“align####” class=“imgcaptions”]### ###[/caption]

However, sometimes I don’t want a caption. If I just leave the caption blank, the image is displayed full size.

I tried [image width="###" align=“align####” src="###" alt="###"] but the image doesn’t change from it’s original size.

I don’t have a page available to show you the issue unfortunately.

Any help would be great!

Thanks

Hi There,

Please try with this shortcode instead:

[image width="###" align="align####" src="###" alt="###" style="float: right;]

[image width="###" align="align####" src="###" alt="###" style="float: left;]

Hope it helps :slight_smile:

1 Like

Works great!

Thank you!

You’re welcome. :slight_smile:

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