It appears the problem was that image size variants were being capped by the max_srcset_image_width
property that can be raised with the following:
add_filter( 'max_srcset_image_width', 'setSrcsetMaximumWidth', 10, 2 );
function setSrcsetMaximumWidth( $max_srcset_image_width, $sizes_array ) {
return 3200;
}
I was never aware of this before and have no idea why I never ran into this.
Related Posts:
- Remove one srcset entry from wp_get_attachment_image
- Programmatically get images by URL and save in uploads folder
- wp_get_attachment_image_src and server path
- How to find attachment by it’s name?
- Insert an image into a post by API
- Function to call the attachment image from post
- How can I hide media library images from general users?
- Making WordPress Gallery (.gallery-item) Responsive?
- Associate an existing image with a post
- Programatically creating image attachments from local URLs and setting featured image
- How do i upload an image and return the image id?
- Get Attachment ID from URL [duplicate]
- How can I serve different images depending on screen size with wordpress
- Separate attachment images from post loop
- How to display a shortcode caption somewhere other than the_content
- How to upload image without post ID using the new media uploader?
- Allowing post attachments without allowing to insert in text
- Applying class to links around self hosted images embedded to posts/pages
- Rename attachments during upload
- How to Make WordPress Default gallery responsive on mobile?
- Pulling Post Image Attachments in WordPress 3.9
- Responsive Images – Add srcset attributes to custom Images Function
- Link Featured Thumb to Attachment Page, If Possible
- Image still linked as attachment to page even though it has been deleted
- Display one random image, but only if landscape
- How to exclude an image size from the WordPress srcset
- get_attachment_id() only get id of first attached image after post update
- Why can I not view image attachment pages?
- Is there a way to get attachment data?
- How to change image url?
- Add a new data attribute in tag
- Featured image (responsive) above content is too small after update to WordPress 4.4
- Custom page template to display all image attachments
- get the image of the post
- How to display a different image size for mobile
- Fuzzy Images in WordPress 4.4
- Add an attribute to attachments
- Out of memory error reporting
- How can I attach hotlinked images in posts/pages within the same server?
- WordPress Image Attachment using remote image
- Exclude images from “inserted into post” when trying to get attachments
- How to create ‘Local’ filters for WordPress srcset sizes in template parts?
- Multiple amp-image overlays. How to properly do this in wordpress?
- Fallback for missing srcset images
- max_srcset_image_width doesn’t work as intended
- Auto delete attachments that are older than x days
- Images attached to posts from library link to 404 error page
- Replacing the content of an image attachment using API
- Rewrite all article pictures to link to file
- Does wp_get_attachment_image_src also work with non-image files?
- wp get attachment image always gives me thumbnail
- Understanding WordPress image sizes and responsive images
- Get images attached to a specific page
- WordPress Creates Unused (Unregistered) Image Sizes
- Adding srcset to an image in ajax
- WordPress Attachments with old images
- Disable Media File Image Link On Mobile Devices
- All 3?: Responsive resizing of images + image width of actual image for small images + max-width for all larger images
- What is the best way to associate multiple images to one page?
- How to get the cropped image from media library?
- Random Characters in the end of every image url in post
- Excluding post thumbnail from the attachment.php when using wordpress gallery
- How to replace post image url before posting using api?
- How to get post id of first child of the same post type?
- Can i have 2 separate Galleries on 2 separate pages each go to a DIFFERENT Attachment.php file?
- Attachments without images
- Why does WordPress list all image sizes in srcset even if they’re larger?
- How to change an image source when rendering on frontend?
- What’s are some best practices for responsive images (e.g. for section headers)?
- wp_insert_attachment() dupplicate attachment posts
- How to echo images Urls from a wordpress post, that are relally in the post
- WordPress Responsive Image ( srcset ) not work properly
- SQL: How to find all attachments that are not used in any posts/pages/custom_post_types
- attachment_fields_to_save first parameter is null
- Allow users to upload attachments to certain posts
- Responsive Images – Defining
- Responsive Featured Images Not Working
- How to disable post-thumbnail from generation?
- How to Make Only Images Connected to a Post Show? Not Entire Media Collection?
- Responsive images in Bootstrap 4 slider
- WordPress not choosing the right image from srcset
- Responsive Images in WordPress
- How can I add an “Attach image to this post/page” link on the Add Media lightbox?
- Troubles with code for upload a image
- Create a custom attachment thumbnail for quick page load
- Extract url from next_image_link
- How can I hide previous_image_link() on first attachment page?
- Lots of attachments is causing slow load
- Upload unnattached image from frontend
- Is there a good way to use CMS images with CSS
- Image attachement management – a philosophical question
- wp_get_attachment_link() add rel attribute if the link points to direct image
- How to access & display images from a post without textual content ( and vice versa) according to best wordpress practices
- How can we see which posts don’t have a featured image or it doesn’t exist anymore?
- How can I use an image from an external source without uploading it to the media library
- How to get WordPress to resize images for srcset?
- Generate / attach Image srcsets from ACF Image Field
- Get field added via attachment_fields_to_edit filter in Gutenberg
- Remove srcset thumbnail attribute for products in the WooCommerce shopping cart
- Control the srcset, image size for get_the_post_thumbnail