Omgitsonlyalex / EmailCountdown

Countdown image for email
187 stars 81 forks source link

Internet Explorer #10

Open CyberDracula opened 8 years ago

CyberDracula commented 8 years ago

When i open te script in IE 11 the image will not be displayed it will pop the save menu. someone else has this issue?

ChriStef commented 6 years ago

You should change the function display() { //late footer add $this->addFooter(); header('Content-type:image/gif'); //old jpg echo $this->image; } of GIFEncoder.class.php the Content-type:image/jpg to Content-type:image/gif