mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
bug:1791 display hd dimensions instead of websize dimensions
git-svn-id: http://piwigo.org/svn/trunk@10157 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -43,7 +43,7 @@ function RemoteSiteReader($url, $listing_url)
|
||||
'tn_ext', 'representative_ext', 'has_high',
|
||||
);
|
||||
$this->metadata_attributes = array(
|
||||
'filesize', 'width', 'height', 'high_filesize'
|
||||
'filesize', 'width', 'height', 'high_filesize', 'high_width', 'high_height',
|
||||
);
|
||||
|
||||
if (!isset($listing_url))
|
||||
|
||||
Reference in New Issue
Block a user