wordpress thumbnail sizes images expert / dev needed / Code snippet needed
Budget: $10 – $30 USD
Can you help me out with a small code snippet please?
I noticed somehow a few image thumbnail sizes are missing for some images on my sites. So I‘d need a small snippet to put in functions.php to display the full size image as a fallback when the requested thumbnail size is not found.
Sample https://cdn.nekodanshi.de/wp-content/uploads/2023/03/Cosplay-Influencer-Campaign-To-Promote-Your-Brand-Accelerate-Sales-1024x1536.jpg?strip=all&lossy=1&ssl=1
this is not found, so in this case it should use:
So it should use https://cdn.nekodanshi.de/wp-content/uploads/2023/03/Cosplay-Influencer-Campaign-To-Promote-Your-Brand-Accelerate-Sales.jpg?strip=all&lossy=1&ssl=1
this should apply to any thumbnail size.
Can you please help me with that?
A working code snippet will get the job.
I noticed somehow a few image thumbnail sizes are missing for some images on my sites. So I‘d need a small snippet to put in functions.php to display the full size image as a fallback when the requested thumbnail size is not found.
Sample https://cdn.nekodanshi.de/wp-content/uploads/2023/03/Cosplay-Influencer-Campaign-To-Promote-Your-Brand-Accelerate-Sales-1024x1536.jpg?strip=all&lossy=1&ssl=1
this is not found, so in this case it should use:
So it should use https://cdn.nekodanshi.de/wp-content/uploads/2023/03/Cosplay-Influencer-Campaign-To-Promote-Your-Brand-Accelerate-Sales.jpg?strip=all&lossy=1&ssl=1
this should apply to any thumbnail size.
Can you please help me with that?
A working code snippet will get the job.