How can I extract the width of an image as defined in add_image_size for use as a template variable?
For example if my theme defines the size small as add_image_size( 'small', 195, 146, true ); 195 would be the variable.
I am trying to build a dynamic mshots url.