Try:
<select class="size" name="size" data-setting="size">
<option value="thumbnail">thumbnail</option>
<option value="medium">medium</option>
<option value="medium_large">medium_large</option>
</select>
Related Posts:
- Enhance Media Manager for Gallery
- Modify how gallery.js builds the shortcode [gallery ...] in tinyMCE?
- How to enable sorting in custom media uploader in plugin
- Changed media upload path for plugin, but generates error & shows wrong url
- How to destroy or dispose wordpress uploder/manager?
- How to create an API for my plugin?
- Custom collection in media manager?
- How can I load a page template from a plugin?
- Adding more options to the instance of an image. (Attachment Display Settings)
- Change Media Uploader default directory
- How to get Post ID with the Add Filter Function
- How do you use the plugin boilerplate loader class to hook actions and filters?
- add_filter OO with parameters
- How Can I Add a Filter to Class Instance Only?
- How to extend LINK TO functionality in ATTACHMENT DISPLAY SETTINGS
- How do I Make a Theme “plugin-ready”?
- How to remove unwanted panels inside InspectorControls from core blocks in Gutenberg
- function triggered by “manage_users_custom_column” filter not working
- add_filter and remove_filter added before and after wp_query
- How to modify post content before writing to database?
- Some nav-menu filters do nothing
- Filter on the_content ignores shortcodes
- How to change wordpress post title?
- Display only certain posts based on visitor’s country?
- How to use filter hook ‘post_updated_messages’ in coherence with action hook ‘save_post’
- Is it possible to create an action hook using do_action() within add_action()?
- Hook for post permalink update
- How can I view all WP generated thumbnails in Media Manager?
- Dynamically Override Fancy Title
- WordPress Media mime type filter problem 4.0
- How to add custom content under plugin row in WordPress admin plugin list?
- How to get an image transferred via FTP or script to appear in Media Manager?
- Changing bloginfo description from a plugin
- Define a function outside a class and call the function using action or filter hook
- Synchronize Custom post type tags to WordPress default posts tags
- Using the component outside the editor. select(‘core’) is null
- Version upgrade: can my plugin filter the SQL statements issued during a database upgrade?
- How do I alter the comment form ‘allowed tags’ text in a plugin?
- WordPress after content Hook & external template part
- WordPress is automatically linking plain text email addresses
- best practice for query string values – get_query_var always empty for my value supplied in query string
- get_current_screen() return null
- How to replicate Media Library “Add New” on Plugin Settings Page
- Problems with: manage_${post_type}_posts_columns
- How To Change Logout Screen Title
- Add code inside specific wordpress standard function
- Check for template part, else filter content
- Adding rewrite rule dynamically
- Replace youtube embed in wordpress
- Can’t get woocommerce_get_price_html to work [closed]
- How can I replace content in the WP Admin area before an admin page is rendered?
- How to filter content for specific content variable
- Using ob_get_content to get_search_form puts into infinite loop
- Valid filenames for add_action’s first parameter
- Upload multiple images and insert them into custom html code
- How do I access the menus produced by Dashboard > Appearance > Menus
- WordPress class, using add_action to call member function does not work
- Redirect to another page using contact form 7? [closed]
- How to get all queries’s results after they have executed?
- How to get the post excerpt using post object?
- Run a function when new image is uploaded in media library
- hook filter after the_content on a specific page
- Call to undefined function is_home() or any conditional tags
- WooCommerce change Tax Class programmatically when Recalculating an existing Order [closed]
- Make wordpress join default user metas with a column from another table while displaying the wp_users table on the users screen
- Configure WordPress to Generate Scheme-less Relative URLs
- Include HTML (Bootstrap Modal Box) with a plugin into my header
- WP_NAV_MENU filter targets all menus
- Adding filter to the title without affecting the menu title
- How to validate inputs with filter in register_setting callback
- How to get changed post title in my custom plug-in which fires when ‘save_post’ is called?
- Can I attach a plugin via my add_filter callback contents?
- apply_filters() and call_user_func() to define and call a function outside a class
- wp.media gallery collection sometimes undefined
- Can’t load a script in my plugin page
- Limit get_next_post to posts from the same author
- Any way, hook to add content right before the “read more” link?
- Redirect theme directory to plugin theme directory
- login_message filter not working
- Add_action not calling callback function
- Modify search form with plugin
- Single_template for a custom post type created from a plugin is returning an empty page
- get_comment_meta() for a filter hook in a plugin
- Which filter to use to pre-parse form elements, which are generated by plugin’s shortcode?
- Custom signature appears twice on page
- Confusing $tag specification for apply_filters call, in core options.php code
- How to filter get_adjacent_post()?
- post_results filter confused by pagination in sidebar and main section
- Creating custom Insert Media page
- Thumbnails for media Library images
- How do I replace title with my plugin?
- Remove image in post when it’s removed in media library
- Apply Filters Causing a 500 Internal Server Error
- Open media box library from link
- add_filter adds output in the head
- Apply function on all action hooks?
- Do Not Back Up? Is there any accepted way to tell backup and clone plugins to skip a certain file? [closed]
- Ninja Forms: Front-End Forms, Post ID?
- upload image to wordpress media library failed for custom post type
- How to add extra EXIF data when images are uploaded?