Open ok-design opened 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%;
Thanks !
Thank you!
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%;