archetyped / simple-lightbox-extensions

Feedback & Support for Simple Lightbox Extensions
https://archetyped.com/tools/simple-lightbox/
2 stars 3 forks source link

[Plugin/Compatibility]: WP Offload Media #87

Open archetyped opened 3 years ago

archetyped commented 3 years ago

Description

WP Offload Media (WPOM) rewrites URLs of local files to a copies stored on an external server (e.g. an AWS S3 bucket).

SLB displays offloaded media files in the lightbox, but the rewritten URLs break the connection to the file's metadata in WordPress' media library (title, caption, description, etc.).

As a result, an extension is required to restore access to media library metadata for files offloaded by WPOM.

Details

Feedback