image - Wordpress select and crop in plugin -


i needs upload images in plugin , use wp.media task. according https://codex.wordpress.org/javascript_reference/wp.media

its work, needs have "select , crop" option in media library after upload image custom size.

i see in default theme in appearence custom header image, can't understand how can use in plugin wp.media js?

this not better solution work in wordpress :) use thumbnail crop position , simple image sizes :) luck! :)

<?php if ( has_post_thumbnail() ) {  the_post_thumbnail('yourimagesize');  }?> 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -