Quote Originally Posted by timhersh View Post
I'm having the same issue on both sites

https://www.artonthevines.com/STL_Art_Classes/

and

https://www.nightsleeptight.com/Kids...ture/index.php

any ideas why the slideshow shrinks in height right before it switches?
Not sure it's related, one issue is I noted is that you have three different versions of jQuery loading on your site..

Code:
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery.js"></script>
You don't need all three, and should only have ONE jQuery script running on your site.. (use the most recent one..)