Improve file preview in Maniphest
Summary: Show large thumbnails of attached files in Maniphest. Test Plan: Looked at large thumbnails in Maniphest. Reviewed By: jungejason Reviewers: tomo, aran, jungejason, tuomaspelkonen CC: anjali, aran, epriestley, jungejason Differential Revision: 335
This commit is contained in:
@@ -206,6 +206,11 @@ class PhabricatorFile extends PhabricatorFileDAO {
|
||||
return '/file/xform/thumb-60x45/'.$this->getPHID().'/';
|
||||
}
|
||||
|
||||
public function getThumb160x120URI() {
|
||||
return '/file/xform/thumb-160x120/'.$this->getPHID().'/';
|
||||
}
|
||||
|
||||
|
||||
public function isViewableInBrowser() {
|
||||
return ($this->getViewableMimeType() !== null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user