Is there a way I can edit this code so that the thubnail doesn't render if there is only one uploaded image.

Original Code:
<?php if ($fields['slide']->content): ?>

My PHP skills are limited but I thought that it would as simple as this:
<?php if ($fields['slide']->content > 1): ?>