forked from extern/egroupware
Resize thumbnails in tile view to 128px
This commit is contained in:
parent
847bc2ef15
commit
ba24a4b474
@ -73,6 +73,10 @@ table.egwGridView_grid .tile .file_tile {
|
|||||||
display: block;
|
display: block;
|
||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
}
|
}
|
||||||
|
#filemanager-index_nm .file_tile img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
|
||||||
|
height: auto;
|
||||||
|
max-height: 128px;
|
||||||
|
}
|
||||||
.tile .file_tile img.vfsMimeIcon {
|
.tile .file_tile img.vfsMimeIcon {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="tile $row_cont[class]">
|
<row class="tile $row_cont[class]">
|
||||||
<vbox class="file_tile" width="150px" height="110px">
|
<vbox class="file_tile" width="150px" height="110px">
|
||||||
<vfs-mime align="center" id="$row"/>
|
<vfs-mime align="center" id="$row" thumb_mime_size="image,128"/>
|
||||||
<vfs-name id="${row}[name]" no_lang="1" readonly="true"/>
|
<vfs-name id="${row}[name]" no_lang="1" readonly="true"/>
|
||||||
<description id="${row}[comment]"/>
|
<description id="${row}[comment]"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
@ -100,6 +100,10 @@ table.egwGridView_grid .tile .file_tile {
|
|||||||
display: block;
|
display: block;
|
||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
}
|
}
|
||||||
|
#filemanager-index_nm .file_tile img.vfsMimeIcon[src*="/etemplate/thumbnail.php"] {
|
||||||
|
height: auto;
|
||||||
|
max-height: 128px;
|
||||||
|
}
|
||||||
.tile .file_tile img.vfsMimeIcon {
|
.tile .file_tile img.vfsMimeIcon {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user