https://github.com/horttcore/wp-image-sizes
A helper class for registering image sizes
https://github.com/horttcore/wp-image-sizes
package plugin theme wordpress
Last synced: about 1 month ago
JSON representation
A helper class for registering image sizes
- Host: GitHub
- URL: https://github.com/horttcore/wp-image-sizes
- Owner: Horttcore
- Created: 2019-05-31T20:24:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T17:18:24.000Z (over 5 years ago)
- Last Synced: 2025-03-05T09:45:38.141Z (about 2 months ago)
- Topics: package, plugin, theme, wordpress
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WP Image Sizes 
A helper class to register image sizes
## Description
Image sizes are register like the default function add_image_size, beside of that, the image size will be added to the dropdown selection.
## Installation
`$ composer require ralfhortt/wp-image-sizes`
## Documentation
```php
register();
```