Is there a way to get dimensions for media items in the WP gallery? #14383
samuelgoldenbaum
announced in
Developers Community
Replies: 1 comment
-
Ok, I found the following:
I can now use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the Control_Media class, I see
Control_Media::get_image_alt
andControl_Media::get_image_title
available. I need to access the media intrinsic dimensions in a custom widget. Any tips on how to get this?Beta Was this translation helpful? Give feedback.
All reactions