You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the attachment gets generated in every size that is registered. This is not desired. There needs to be a filter that allows restricting the sizes – and falls back to all sizes if nothing is registered.
Use the post_thumbnail_size filter for that.
The text was updated successfully, but these errors were encountered:
This should be consolidated with what was implemented for min/max attachment sizes in #14 and be merged with the images size resulting from this filter.
Currently the attachment gets generated in every size that is registered. This is not desired. There needs to be a filter that allows restricting the sizes – and falls back to all sizes if nothing is registered.
Use the
post_thumbnail_size
filter for that.The text was updated successfully, but these errors were encountered: