WP Manifestindependent plugin directory
manifest / performance / wp-image-sources

WP Image Sources

Plugin that handles inserting image sources.

by UCF Web Communications · github.com/ucf/wp-image-sources

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ucf/wp-image-sources/archive/refs/heads/master.zip

Declares an update source (UCF/wp-image-sources), so updates arrive through the plugin's own updater.

From the readme

WP Image Sources # Description ## WP Image Sources handles inserting image sources and sizes into image tags to optimize image delivery for mobile devices. Documentation ## Head over to the WP Image Sources wiki for detailed information about this plugin, installation instructions, and more. Changelog ## 1.0.0 ### Initial release Upgrade Notice ## n/a Development ## Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs. Requirements ### node gulp-cli Instructions ### 1. Clone the wp-image-sources repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF/wp-image-sources.git 2. cd into the new wp-image-sources directory, and run npm install to install required packages for development into nodemodules/ within the repo 3. Optional: If you'd like to enable BrowserSync for local development, or make other changes to this project's default gulp configuration, copy gulp-config.template.json, make any desired changes, and save as gulp-config.json. To enable BrowserSync, set sync to true and assign syncTarget the base URL of a site on

Read the full README on GitHub →