Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive Image Cropping #50

Open
samburgers opened this issue Feb 2, 2016 · 1 comment
Open

Responsive Image Cropping #50

samburgers opened this issue Feb 2, 2016 · 1 comment

Comments

@samburgers
Copy link

Hi,

Thanks for a great plugin. Im wondering if there is any plan to support native wordpress responsive images? Ideally we could crop bounds for a single aspect ratio, and have it generate multiple sizes automatically.

This is how i could see it working:

1. Register multiple images for a single aspect ratio: 'banner'

add_image_size('banner_large', 1200, 600, true);
add_image_size('banner_med', 600, 300, true);
add_image_size('banner_small', 300, 150, true);

2. Declare 'Parent' for child image sizes

SIZE VISIBLE PARENT CUSTOM LABEL
banner_large YES Banner
banner_medium banner_large
banner_small banner_large
@marcwieland95
Copy link

I was also searching for something like this. This feature would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants