diff --git a/README.md b/README.md index 9bd9cd9..2972adf 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,15 @@ As a workaround for these issues, I've tested running a local proxy on my comput If you want to upgrade to the latest version, the only file you need to update is hamdash.html (do not overwrite your config.js file.) +Check updated demo! + +### 2024.06.12 Changelog: + +- Added menu option (right side menu) to display on screen the various sources for images and menu options to facilitate sharing URL sources in our user community + ### 2024.06.08 Changelog: -- Added support to play videos (along with the images.) Some modernized sites provide .mp4 videos instead of animated GIFS. Check updated demo! +- Added support to play videos (along with the images.) Some modernized sites provide .mp4 videos instead of animated GIFS. ### 2024.06.05 Changelog: diff --git a/hamdash.html b/hamdash.html index 05aa968..a9c6456 100644 --- a/hamdash.html +++ b/hamdash.html @@ -278,6 +278,37 @@ db 8D 88 88 88booo. 88. db 8D right: 0; width: 7vw; } + + .overlay { + display: none; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.8); + color: white; + padding: 50px; + box-sizing: border-box; + z-index: 3; + font-family: "Roboto Condensed", sans-serif; + + } + + .overlay-content { + background-color: #333; + padding: 20px; + border-radius: 10px; + max-height: 80vh; /* Ensures the overlay content is scrollable if it exceeds the viewport height */ + overflow-y: auto; + } + + .close-btn { + cursor: pointer; + color: white; + float: right; + font-size: 20px; + } + +
+
+
+
+
Menu Options:
+
+
+
+
Image Sources:
+
+
+
+