Thank you very much for the quick response.
That’s sorted it. I did actually find a fix buy using:
$theimage=wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' );
However I’ve changed it back as I prefer not to mess with the plugins too much.
I did add an odd and even class to the li elements thought to make styling a bit easier.
Thanks again