I found a plugin I like, it rotates images nicely; originally located [here](http://tympanus.net/codrops/2013/01/28/flipping-circle-slideshow/ “here”) ([demo](http://tympanus.net/Development/CircleFlipSlideshow/ “demo”)).
I am trying to make it so it responds to window size adjustments. I modified the regular css file and changed the .fc-slideshow width and height properties to max-width and max-height properties. It now adjusts its size according to the window property but the transition is messed up. It looses the circular border and briefly messes up. this can all be seen [here](http://ashtonkinslow.com/devpreview/ “here”). After watching the source css during the transition, the height of the parent divjumps to 0 during the transition and I’m assuming it was dependent on the fixed height and width properties.
I don’t know how complicated of a fix this is and I was wondering if anyone would be able to take a look at it?
Thanks