Plugin Directory

Changeset 2597688


Ignore:
Timestamp:
09/12/2021 11:08:50 PM (4 years ago)
Author:
aurelienpierre
Message:

readme improvements 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • photographers-galleries/trunk/readme.txt

    r2597685 r2597688  
    27276. add EXIF metadata in media admin view,
    28287. fully responsive design (height and width) so images fit in viewort without needing a lightbox,
     298. preload next pictures of exhibitions in background to hide loading latency.
    2930
    3031The 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.
     
    37384. device-agnostic: scrolling through carousels and exhibitions supports arrow keys, mouse wheel scroll, touch swipe and click/tap on navigation buttons.
    38395. caching/lazyloading/CDN-ready: tested with WP Rocket, Progressive Web Apps and WEBP images drop-in.
    39 6. unobtrusive: transparently uses native WordPress galleries, for support of any lightbox plugin.
     406. unobtrusive: transparently use native WordPress galleries, only restyle them, to support any lightbox plugin.
    4041
    4142= Why ? =
     
    5051* Use only built-in browser technologies (CSS3, HTML5, and native Javascript) to extend browser native features while taking advantage of hardware-accelerated routines.
    5152* 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
     55The JS weighs only 6.2 kB, and the CSS 7.4 kB. That's all we add on (some of) your pages.
    5556
    5657
Note: See TracChangeset for help on using the changeset viewer.