trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
815 stars 366 forks source link

(preview) thumbs not showing in Safari #617

Open ok-design opened 4 years ago

ok-design commented 4 years ago

Safari (my version 13.1.1) all thumbnails are grey/transparent blocks. In other browsers it looks fine. I changed the css for the images in 'style.css' and now the thumbnails are back

in line 9 of style.css, change img{width:auto\9;height:auto;

to

img{width:100%;width:auto\9;height:100%;

fredtempez commented 4 years ago

Thanks !

schube commented 3 years ago

Thank you!