Skip to content

Commit

Permalink
Use the standard image/jpeg type.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 2, 2015
1 parent 649c477 commit f223bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansel/lib/Image.php
Expand Up @@ -1281,7 +1281,7 @@ public function getType($view = 'full')
if ($view == 'full') {
return $this->type;
} elseif ($view == 'screen') {
return 'image/jpg';
return 'image/jpeg';
} else {
return 'image/' . $GLOBALS['conf']['image']['type'];
}
Expand Down

0 comments on commit f223bcb

Please sign in to comment.