I wrote a plugin named »Dynamic Image resize« for exactly that purpose. It features a template tag and a shortcode (that takes the exact same amount of arguments, the template tag takes.
// The args need to be an array
dynamic_image_resize( array(
// The full path to the image in your uploads folder
'src' => 'http://example.com/wp-content/uploads/2012/03/some_image.png'
// OR: the ID
'src' => 6
,'width' => 60
,'height' => 100
,'classes' => 'some classes to align and style the image'
) );
You could even make it even easier and add a “child”-plugin that offers a TinyMCE button.
Related Posts:
- How do I create a full-bleed background image on text mouseover? [closed]
- How to add a random image to a post from gallery and only show one?
- Image gallery plugin [closed]
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Image Manager Plugin [closed]
- How to get images using taxonomy ( WP Media Folder)
- Image Galleries for website migrated from .com to .org
- Displaying all the images from all of my articles
- how to open image gallery in a post/page?
- Any plugins that upload, resize, and display images? [closed]
- How to show image caption in Woocommerce gallery
- How to custom crop each image size?
- Validation error: Extending Gutenberg gallery block
- Is it possible to “freeze” a WordPress blog?
- How to Delete All regenerated thumbnails but keep the original ones?
- How to upload image with simple form?
- Using Advanced Custom Fields with WordPress and Lightbox
- How to make WordPress use protocol indepentent upload files?
- Two embedded gallery in one post
- How to extract images of post and pages excluding header and logo image in wordpress?
- Use Media Uploader in Plugin
- resize only height using wp_get_image_editor
- Generated Images sizes do not match Media Settings Image Size
- Get uploaded image url
- Layout shop page: resize images and columns
- How to crop image from center using wp_image_editor
- How to remove the whitespace in image name and save the new file
- NextGen Gallery – automatically create gallery sub page?
- Converting Attachment to Images?
- Get a list of galleries from an album in NextGEN Gallery [closed]
- Bulk Image Uploader to create new post from each image [closed]
- How to add css class to a specific set of images?
- How do I make images clickable so as to enlarge them using lightbox?
- Gallery plugin forces itself above text
- How to generate video out of images via WordPress plugin
- How to upload images to WP Panel keeping correct folder in FTP
- How to add an image from web-link?
- Set featured image randomly from WordPress Database on post submission
- Show an image in my header.php
- How can I restrict image upload dimensions for non-admin WordPress users?
- Force media library editor to overwrite the original filename?
- Bulk edit WP posts to update embeded images with new alt tags
- Make change in media library affect images in published articles
- Bulk Image Upload And Rerrange Functionality
- How do I create a Client Logos section in admin menu?
- Slider/text combination plugin
- Plugin to hide image in excerpt
- Basic gallery plugin suggestion [closed]
- Image change on hover
- How to write “alt” tag in image for wordpress code?
- How do I get a post author’s image/avatar via RSS from another blog?
- what is name of this plugin used for photo gallery page [closed]
- Plugin that will let me specify a number of image sizes?
- Clear out old images, any advice?
- How to accept images at multiple sizes and aspect ratios and display as standardized image size / ratio?
- adding Adsense’s In-Article Ads between images of blog post
- Large amount image data transfer
- Get Image Having the ID [closed]
- Scrape a webpage for image and add it to post
- How do I link an image in my plugin so it displays on WordPress?
- Portfolio Slideshow Sliders Behaving Oddly When in jQuery Ui Tabs
- Add_image_size not generating correct size
- Is there a way to insert multiple images into a post at the same time without using a gallery?
- Can I remove an image from the Gallery without deleting it from the Media Library?
- Advanced video gallery plugin needed [closed]
- Looking for a photo management solution
- Plug-in that shows x number thumbnails from another post
- I’m having several WP issues, especially with missing images
- jQuery gallery plugin to interface with Picasa
- Looking for a photo gallery plugin [closed]
- Elementor Pro display featured image on section -> style -> image using shortcode
- Want to create custom design of progress indicator in wpforms
- WordPress Gutenberg custom block
- Bulk Image Resize for Media Library, but for ENLARGING instead of Shrinking
- Enlarge an image slider when click
- Get all image in media Gallery with alt/title?
- WordPress built-in compression of images? How well does it compare to Photoshop or Shortpixel?
- Display Multiple Photos as Featured Image when mouse moves on to it post
- Do images in plugins automatically load?
- WP_get_image_editor resizing images in a foreach loop
- WordPress create thumbnails on demand
- Implementing Scrollable Images
- Uploading images to custom table
- How to make cover image in post block expand to entire screen?
- Does WordPress have a way of changing the ‘Natural’ size of uploaded images?
- What is the best practice for making a WP plugin that I want to develop responsive?
- Best approach to serve static content within a regular page
- Images not showing on homepage after migration [duplicate]
- Determine if get_the_image has image on Get the image Plugin
- Retrieve post thumbnails
- How to make plugin work in each template in wordpress
- Make a wordpress site similar to Hot Or Not – Image rating system [closed]
- Display Facebook photo albums and photo comments?
- Displaying single Instagram images as a tile
- how to add “alt” for all image in wordpress
- How should I force WordPress to give proper name for the uploading images?
- Woocommerce resize existing product images
- Want to show pop up image on home page every time when i refresh it [closed]
- How do i display the number of images on the “post screen”
- What’s the best way to update my WordPress theme to Elementor?