7d6
< //echo "here1";
12c11
< $htmlis = "
";
---
> $htmlis = "";
17d15
< //echo "here1a";
22d19
< //echo " here1b=" . $thesehref[0] . " ";
35d31
< //echo " here1c ";
69d64
< if (substr($thisimg,0,2) == '//') $thisimg='http:' . $thisimg; // new SSL specific line 4/5/2017
72c67
< exec("/usr/local/cpanel/3rdparty/bin/convert " . dirname(__FILE__) . "/" . $narray[$thisij] . ".jpg -resize 105 -quality 50 -strip " . dirname(__FILE__) . "/" . $narray[$thisij] . ".jpeg");
---
> exec("ffmpeg -i " . dirname(__FILE__) . "/" . $narray[$thisij] . ".jpg -vf scale=105:-1 " . dirname(__FILE__) . "/" . $narray[$thisij] . ".jpeg");
78d72
< //echo "here2";
81,82c75
< //echo "here3";
<
---
>