I'm trying to figure out a way to modify the plugin so that the image size will NOT be set by the plugin at all.
The problem I'm having is that even when I add the modifications to the shortcode, the size of the image is still being set via inline properties to match one of the settings in the options panel (i.e., Medium, Large, Full).
I would like to to be able to apply sizes exclusively via CSS so that the image will be proportionally resized based on location as I have two different size sidebars.
I cannot change the media thumbnail sizes due to other functions of the theme.
Can you please tell me how to remove size from the images so it will look something like this?
<img src="imagelocation.jpg" class="attachment-full wp-post-image" alt="first-class" />