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
- How do I disable responsive images in WP 4.4?
- Programmatically adding images to media library
- Programmatically get images by URL and save in uploads folder
- how to get original image using wp_get_attachment_image_src
- Can I attach image to post without adding it to post?
- WP 4.4. responsive images browser choosing the “wrong” one
- How to insert pictures without hard coded dimensions?
- Uploaded images don’t show in Media Library if there are special characters in IPTC Keywords
- wp_get_attachment_image_src and server path
- How to find attachment by it’s name?
- How do I delete all generated images from my server except those currently used in posts
- Insert an image into a post by API
- Function to call the attachment image from post
- Theme Customiser Image Control
- How can I hide media library images from general users?
- Making WordPress Gallery (.gallery-item) Responsive?
- Get attachment ID of author_meta image – Attachment Metadata
- Associate an existing image with a post
- WP 4.4 aspect ratio with responsive image
- 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
- How to remove title attribute from gallery links and images
- Separate attachment images from post loop
- How to display a shortcode caption somewhere other than the_content
- copy attachment title to description and alt text
- Get an image from url in front end submission form
- Open the attachment details modal
- How to upload image without post ID using the new media uploader?
- How do I delete thousands of unattached images?
- 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
- Regex to turn embedded images in to attachments
- Re-process Images
- Show prev and next post links for parent post of current image in attachment page?
- How to Make WordPress Default gallery responsive on mobile?
- Pulling Post Image Attachments in WordPress 3.9
- Responsive background images added inline
- Responsive Images – Add srcset attributes to custom Images Function
- Link Featured Thumb to Attachment Page, If Possible
- Get a list of all image sizes that match aspect ratio of original one
- Regenerate missing _wp_attachment_metadata
- Make alt text required when setting a featured image
- 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
- Responsive Images Resizing Images
- 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
- Link to full size image or attachment page in photo theme
- get the image of the post
- add the post as canonical for attachment page wordpress
- How to display a different image size for mobile
- media_sideload_image with rewritten urls?
- WP Responsive images – upload custom image sizes
- Fuzzy Images in WordPress 4.4
- Add an attribute to attachments
- Removing height and width from images with a caption
- Out of memory error reporting
- How can I attach hotlinked images in posts/pages within the same server?
- Multiple images in one attachment page
- WordPress Image Attachment using remote image
- Exclude images from “inserted into post” when trying to get attachments
- WordPress adds extra width to post images container boxes
- Handling image uploads without thickbox
- Pull images from the gallery
- How to create ‘Local’ filters for WordPress srcset sizes in template parts?
- Customizing the attachement page to show rest of all images in a gallery from post
- 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
- Using SRCSET with Images and Featured Images
- Images attached to posts from library link to 404 error page
- Help to upload post attachments from Ajax
- 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
- Call to undefined function wp_generate_attachment_metadata()
- Understanding WordPress image sizes and responsive images
- Custom responsive ‘featured image’ sizes
- One of my image sizes isn’t showing up in srcset
- How do you import images from a URL in your post?
- Get images attached to a specific page
- Retrieve Image Attachments Getting Post Thumbnail Image First
- WordPress Creates Unused (Unregistered) Image Sizes
- One picture belonging different galleries?
- How to stop WordPress from completely overriding my tags in my templates?
- Adding srcset to an image in ajax
- WordPress Attachments with old images
- the_content not showing responsive image attributes srcset or sizes