Hey Tom thanks for the reply!
Yeah I was thinking of an overlay effect but one that lets the text decide the height of the parent div if the text overlaps the image and if the text doesn’t overlap then the image would decide the height of the parent div. Will this kind of behavior be possible with the upcoming PRO plugin?
I can only get it to work as an overlay effect with absolute positioning but then when the text overlaps the image it will also overlap the following div bellow(I have several posts showing one after another with their full content). As I understand it I would have to make the “featured image” a background-image for the div to let the text decide the height because absolute positioning takes the content out of the flow and sets its absolutely where its set at. Could one accomplish this with pure CSS using “float” or some other way instead of absolute positioning and without having to edit the way “wp-show-posts” fetches and sets the “featured images”? I’ve tried looking elsewhere for the answer without luck.
As I see it on the site you linked they have the text positioned at the bottom and decremented the text so It wont overlap the image while resizing or am I missing something?