All Projects → junaidbhura → Fly Dynamic Image Resizer

junaidbhura / Fly Dynamic Image Resizer

Licence: mit
Fly Dynamic Image Resizer plugin for WordPress

Projects that are alternatives of or similar to Fly Dynamic Image Resizer

Docker Compose Wordpress
An example Docker Compose setup for WordPress plugin or theme development.
Stars: ✭ 127 (-4.51%)
Mutual labels:  wordpress
Wp Slack
This plugin allows you to send notifications to Slack channels when certain events in WordPress occur.
Stars: ✭ 130 (-2.26%)
Mutual labels:  wordpress
Voicewp
Create Alexa Skills through WordPress
Stars: ✭ 132 (-0.75%)
Mutual labels:  wordpress
Notification
WordPress Notification plugin
Stars: ✭ 128 (-3.76%)
Mutual labels:  wordpress
Halo Dream
halo-dream 一款wordpress博客小程序
Stars: ✭ 130 (-2.26%)
Mutual labels:  wordpress
Arclayout
With Arc Layout explore new styles and approaches on material design
Stars: ✭ 1,662 (+1149.62%)
Mutual labels:  crop
Mergi
go library for image programming (merge, crop, resize, watermark, animate, ease, transit)
Stars: ✭ 127 (-4.51%)
Mutual labels:  crop
Vip Coding Standards
PHP_CodeSniffer ruleset to enforce WordPress.com VIP and VIP Go coding standards
Stars: ✭ 133 (+0%)
Mutual labels:  wordpress
Wcvendors
The Marketplace plugin for WordPress and WooCommerce
Stars: ✭ 130 (-2.26%)
Mutual labels:  wordpress
Wpscan V3
THIS REPOSITORY HAS BEEN MOVED TO https://github.com/wpscanteam/wpscan USE THAT!!!
Stars: ✭ 132 (-0.75%)
Mutual labels:  wordpress
Geoip Detect
Wordpress plugin "Geolocation IP Detection": Provides geographic information detected by an IP adress.
Stars: ✭ 127 (-4.51%)
Mutual labels:  wordpress
Primer
Primer is a powerful theme that brings clarity to your content in a fresh design. This is the parent for all themes in the GoDaddy Primer theme family.
Stars: ✭ 129 (-3.01%)
Mutual labels:  wordpress
Amp Wp
Enable AMP on your WordPress site, the WordPress way.
Stars: ✭ 1,706 (+1182.71%)
Mutual labels:  wordpress
Woocommerce Coupon Links
A WordPress plugin to automatically apply WooCommerce coupon codes to the cart via a URL.
Stars: ✭ 127 (-4.51%)
Mutual labels:  wordpress
Sempress
A highly semantic WordPress Theme with HTML5 templates, responsive and seo optimized. SemPress supports most of the new HTML5 tags, the new HTML5 input-types, microformats, microformats v2 and microdata (Schema.org).
Stars: ✭ 132 (-0.75%)
Mutual labels:  wordpress
Wordpress Operator
WordPress operator for Kubernetes
Stars: ✭ 127 (-4.51%)
Mutual labels:  wordpress
Wordpress Mobile Application
为wordpress 转 app(安卓/IOS)
Stars: ✭ 131 (-1.5%)
Mutual labels:  wordpress
Wp Spider Cache
Your friendly neighborhood caching solution for WordPress
Stars: ✭ 133 (+0%)
Mutual labels:  wordpress
Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (+0%)
Mutual labels:  wordpress
Red hawk
All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers
Stars: ✭ 1,898 (+1327.07%)
Mutual labels:  wordpress

Fly Dynamic Image Resizer

GitHub Actions

Download the WP Plugin! ♥

What does this plugin do?

One of the biggest problems theme developers face is the problem of multiple image sizes. When you upload an image in the media library, WordPress automatically creates thumbnails based on all the image sizes you have defined using add_image_size() whether you want to use them or not. So the vast majority of the images in wp-content/uploads directory are a waste, and are never used. This is not the optimum way of creating image sizes.

With this plugin, you can create as many image sizes as you want without the guilt of unnecessary image sizes taking up your disk space!

This is because the images created using this plugin are dynamically created when the image is called for the first time, rather than when it is uploaded. You can also delete the cached images for each image individually, or all the cached images.

How does this plugin work?

  1. You either define an image size in your code using the fly_add_image_size() function, or directly call the image size in the code
  2. The admin uploads the image in the media library, but the fly dynamic images are not created
  3. The user visits the page for the first time, and the image is dynamically created and is stored
  4. The user visits the page again for the second time, and the stored version of the image is served

Documentation

The wiki contains all the documentation for this plugin: Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].