Normal thumbnail code should looks like this:
<img width="364" height="205" src="https://baaam.co/wp-content/uploads/2018/09/rubber-band-mp5-gun-364x205.jpg" class="attachment-bimber-grid-standard size-bimber-grid-standard wp-post-image lazyloaded" alt="" data-src="https://baaam.co/wp-content/uploads/2018/09/rubber-band-mp5-gun-364x205.jpg" data-expand="600">
Thumbnail with wrong size looks like this:
<img width="364" height="205" src="https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-364x205.png" class="attachment-bimber-grid-standard size-bimber-grid-standard wp-post-image lazyloaded" alt="" data-src="https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-364x205.png" data-expand="600" data-srcset="https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-364x156.png 364w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-192x192.png 192w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-384x384.png 384w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-728x312.png 728w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-561x325.png 561w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-758x379.png 758w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-83x48.png 83w" data-sizes="(max-width: 364px) 100vw, 364px" sizes="(max-width: 364px) 100vw, 364px" srcset="https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-364x156.png 364w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-192x192.png 192w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-384x384.png 384w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-728x312.png 728w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-561x325.png 561w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-758x379.png 758w, https://baaam.co/wp-content/uploads/2018/09/Screen-Shot-2018-09-06-at-8.57.36-PM-83x48.png 83w">
Anyone have any thoughts or ideas on how I could solve this problem?
Add something like this to your functions.php:
add_filter('ilab_s3_can_calculate_srcset',function($calcSrcSet){
return false;
}, 10000, 1);
Thank you, I tried adding the code but now some of the thumbnails (ones that were wrong size) are blank.
I really appreciate your help.
This is fixed in the latest. If you are still using the plugin, let me know if it’s solved.