Changeset 2597688
- Timestamp:
- 09/12/2021 11:08:50 PM (4 years ago)
- File:
-
- 1 edited
-
photographers-galleries/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
photographers-galleries/trunk/readme.txt
r2597685 r2597688 27 27 6. add EXIF metadata in media admin view, 28 28 7. fully responsive design (height and width) so images fit in viewort without needing a lightbox, 29 8. preload next pictures of exhibitions in background to hide loading latency. 29 30 30 31 The look is inspired by art books and museums exhibitions, meant to allow a flawless and non-intrusive full-screen experience, so you can design your website as a webapp. … … 37 38 4. device-agnostic: scrolling through carousels and exhibitions supports arrow keys, mouse wheel scroll, touch swipe and click/tap on navigation buttons. 38 39 5. caching/lazyloading/CDN-ready: tested with WP Rocket, Progressive Web Apps and WEBP images drop-in. 39 6. unobtrusive: transparently use s native WordPress galleries, for support ofany lightbox plugin.40 6. unobtrusive: transparently use native WordPress galleries, only restyle them, to support any lightbox plugin. 40 41 41 42 = Why ? = … … 50 51 * Use only built-in browser technologies (CSS3, HTML5, and native Javascript) to extend browser native features while taking advantage of hardware-accelerated routines. 51 52 * Don't use jQuery or additional bloatware lib that slows down page loading and rendering, only to create compatibility nightmares later. 52 * Load minified JS and CSS, on-demand (only on pages that use them), in footer and with defer support.53 54 The JS weighs only 5.2 kB, and the CSS 7.2 kB.53 * Load minified JS and CSS, on-demand (only on pages that use them), in footer and with deferring support. 54 55 The JS weighs only 6.2 kB, and the CSS 7.4 kB. That's all we add on (some of) your pages. 55 56 56 57
Note: See TracChangeset
for help on using the changeset viewer.