Skip to content

Commit

Permalink
fix: Image display too large. closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschubek committed Jun 21, 2024
1 parent 68631af commit 540fe6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
_Easiest way to browse your files and folders on the web._
![](dir-browser.png) -->

<!-- [![](https://user-images.githubusercontent.com/19362349/235141708-34db874f-729c-4e50-b458-a3c0cb5d6c07.png)](https://dir.adriansoftware.de) -->
[![](https://user-images.githubusercontent.com/19362349/235141708-34db874f-729c-4e50-b458-a3c0cb5d6c07.png)](https://dir.adriansoftware.de)

<img src="https://user-images.githubusercontent.com/19362349/235141708-34db874f-729c-4e50-b458-a3c0cb5d6c07.png" alt="" style="
<!-- <img src="https://user-images.githubusercontent.com/19362349/235141708-34db874f-729c-4e50-b458-a3c0cb5d6c07.png" alt="" style="
/* overflow: hidden; */
object-fit: scale-down;
width: 100%;
">
"> -->

<!--
![](p1.png)
Expand Down
5 changes: 4 additions & 1 deletion src/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('VERSION', '3.3.0');
define('VERSION', '3.3.1');

define('PUBLIC_FOLDER', __DIR__ . '/public');

Expand Down Expand Up @@ -484,6 +484,9 @@ function downloadBatch(array $urls) {
#readme a, #readme a:hover {
all: revert;
}
#readme img {
max-width: 100%;
}
#filetree > a:hover {
background-color: var(--bs-tertiary-bg);
}
Expand Down

0 comments on commit 540fe6d

Please sign in to comment.