-
Notifications
You must be signed in to change notification settings - Fork 35
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
Not an issue: wordpress responsive image sizes #63
Comments
you always can get the different sizes, the only limitation is that the crop images must published to the library and not only to the post. this is my code I actually use: // Responsive Image Helper Function function custom_responsive_image($image_id,$image_size,$image_max_size,$image_sizes_attribute){
} add_filter( 'max_srcset_image_width', 'custom_max_srcset_image_width', 10 , 2 ); function custom_max_srcset_image_width() { `
` |
Hi there,
Can you still generated different responsive image sizes if you use this crop addon?
Greetz,
The text was updated successfully, but these errors were encountered: