On the site: link the images do not appear when accessing iphones or ipads, I suspect it is because of this php code that resizes the original image:
<a href="?page=item&prod=<?php echo remover($exeprod['produto']);?>">
<img src="thumb.php?img=admin/<?php echo $spr[0];?>&x=300&y=300&q=80" alt="" title=""/>
</a>
Does anyone know how to make the images appear or why they did not appear?