Quick fix via CSS would be using max-width property to style images inside posts. Unfortunately it is very unreliable in Internet Explorer.
.entry img { max-width:500px !important; }
Also in your specific case image has size defined with inline style and it interferes.
Plugin method would involve scanning and changing posts content on the fly, which would probably bring in performance issues, etc.
In my opinion it is better to fix such things consistently on content level. If you have no authority to edit posts show the issue to person who has.
Related Posts:
- Layout shop page: resize images and columns
- Why isn’t “background-image: url”working with Bootstrap carousel on WP?
- Redirect to another page using contact form 7? [closed]
- Images under 1MB are not being compressed
- Skewed / slanted button within elementor [closed]
- Implementing Scrollable Images
- Display alt text as tool tip on page
- How to Add a Website Background Image to One Page?
- How to disable hover zoom on woocommerce. None of the common methods work
- Theme’s default styles are overriding my plugin’s custom CSS
- How can I implement an Add to Collection function on my Image Gallery to be downloaded later?
- Remove ALL css for a specific plugin page
- How to Delete all Unused photos Function
- How to resize images due to container width automatically server side/without CSS
- Globally register styles but enqueue them selectively
- Set featured image randomly from WordPress Database on post submission
- CSS from textarea in options page to frontend what to do
- custom changes removed after plugin update
- W3 Total cache “empty all caches” and no stylesheets render [closed]
- Howto accurately position images with maximum flexibility?
- Admin Panel pagination link styles
- How to style the RSS wordpress?
- Can someone please tell me what is wrong with my plugin?
- How Do I Figure Out What File(s) to Edit from Looking at the Source Code [closed]
- Show an image in my header.php
- How to create a managed image repository in wordpress
- WPBakery JS composer unused css [closed]
- How to tie dark mode with prefers-color-scheme webkit? [closed]
- How can I restrict image upload dimensions for non-admin WordPress users?
- Trouble with plugin styles in admin area of WordPress
- Add a CSS class based on categroy id to archive pages
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- Child Pages Short Code plug-in and hover capabilities?
- wp_generate_attachment_metadata is creating an empty array
- Removing included CSS file that doesn’t exist
- Force media library editor to overwrite the original filename?
- How to hide CSS by default and show on button press
- (Sticky Row) How do i make a row sticky in wpbakery page builder?
- How to create an input field, and base the output on spreadsheet data? [closed]
- Contact Form 7 Get Image Function [closed]
- WordPress plugin output formatting
- How generate 200% image size and save with suffix @2x
- Load external images via proxy
- Bulk edit WP posts to update embeded images with new alt tags
- how to access all user dashboard on fronted page [closed]
- What would I need to write into a custom plugin in order to add a switch for a custom string of CSS to the edit page?
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- How to upload WordPress Images to remote web server and display those images in WordPress gallery [closed]
- Ajax Search Lite: Customize Autoscroll
- Delete mobile menu button [closed]
- Widgets Scripts don’t load – but load when I reload the page
- Ability to automatically redirect a URL
- Add padding while generating thumbnail
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- How to get DEFER or ASYNC attribute to appear when I add a stylesheet with wp_enqueue_style from a plugin? [duplicate]
- Retrieving Meta from Image Attachment
- Add ALT attribute to Pin It Button image to pass HTML5 validation
- Which filter affects the ‘entry-title’ post class
- Make change in media library affect images in published articles
- Adding (image) caching to my Tumblr widget
- How to upload multiple files/images when developing a wordpress plugin?
- Image Manager Plugin [closed]
- Implementing an image hosting website using WordPress? [closed]
- Adding CSS to custom post type admin page causes error
- How to use my menu PHP code as sidebar?
- Bulk Image Upload And Rerrange Functionality
- How to apply lazy loading in background images [closed]
- Edit External CSS
- Stop Plugin from Getting Styles from Other Plugin
- Woocommerce showing images blurry in description page
- Slider/text combination plugin
- Plugin to hide image in excerpt
- How do I use add_action on custom widget?
- Why Do I get “wp_remote-get: could not handle for fopen()”?
- How to apply next/previous classes to LIs for pagination links?
- Override plugin styles via my custom theme
- How to add CSS via custom plugin?
- Plugin Theme CSS [closed]
- Full list of registered scripts or styles, but from an admin options page
- Overwrite a plugin’s CSS?
- Combining several CSS files into one for optimization
- Image change on hover
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- How to write “alt” tag in image for wordpress code?
- Adding Static Image to WooCommerce Content-Single-Product template
- how to prevent all css and javascripts files from loading
- How do I get a post author’s image/avatar via RSS from another blog?
- Front-end CSS Library for plugin [closed]
- Hide a Menu Item on Login
- In Woocommerce theme need to add custom external link [closed]
- Getting taxonomy images to display on single-post with their terms
- Infinite scroll messing up nth:of-type
- Wooslider custom css
- Basics of changing plugin output
- Minimizing scripts & css files that plugins add
- Photo Gallery Plugin and Touch Devices
- Making that Admin Bar transparent or a blue color
- How to execute a plugin on a single page only?
- Image crop, resize and compression plugin?
- How to Resize the Custom Post Images?