Use thumbnail image into update post
Hi, i'm working on 1.1v When i'm insert a new image the system create, correctly, the automatic thumbnail (as usal on orginal post type) but he liveblog system insert into its post the orginal size image. In this way the image is correctly views (use 100% with of container) but we can use a downzied version for save some KB on connection.
Also suggested here: http://wordpress.org/support/topic/plugin-liveblog-image-upload-sizes?replies=2
"WordPress supports 3 default (small, medium, large) sizes for images, as well as a way to specify more. WordPress also creates them automatically, and this functionality is already being used by the plugin. That's great. Now, we should be able to select what thumbnail sizes each upload defaults to, and change the drag-and-drop image upload HTML to generate linked images - thumbnail linked to full size."
I think better option would be use either medium or large as the default and add a filter to allow overriding to a different image size.
As an extra later, it would also be ideal if we could specify the size on a per-upload basis, i.e. a dropdown in the file upload area. This way you can throw in full-sized images and at one point switch to thumbnail-sized ones, especially if you upload a lot. It would work especially well if there were no line breaks between them, so the thumbs would show up side by side (which would be the case now if I'm not mistaken - the img tags don't have any markup between them).