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
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
There needs to be a way to select image size beyond just choosing attachment size in the select field.
The WP core media experience has resize handles:
which may or may not be feasible to replicate in Shortcake preview wrap.
Maybe a text field in the attributes would work, although the experience isn't the greatest. This might need to wait until more field types, and hookable attribute update events, are available in Shortcake...
The text was updated successfully, but these errors were encountered:
The Core experience can be abstracted as this: the resize corners adjust the image by a percentagewidth value that can exceed 100%, while maintaining alignment.
So it seems like we should make a choice between resolving the quick edit buttons first, or resolving the Shortcake block issue and adding drag corners to the view when the shortcode is an image (maybe then the drag issues also become a Shortcake issue so we can let other shortcodes use it more easily).
There needs to be a way to select image size beyond just choosing attachment size in the select field.
The WP core media experience has resize handles:
which may or may not be feasible to replicate in Shortcake preview wrap.
Maybe a text field in the attributes would work, although the experience isn't the greatest. This might need to wait until more field types, and hookable attribute update events, are available in Shortcake...
The text was updated successfully, but these errors were encountered: