don't understand why default image isn't loading
the image
<img src="http://res.cloudinary.com/noshow/image/upload/v1501197503/300x145:freakyfreddies.com-300x145.png/softwarejudge.com-300x145.png" alt="softwarejudge.com">
I think I put all my images into 300x145 folder and I want to show the image `freakyfreddies.com-300x145.png` when a dynamic image like `softwarejudge.com-300x145.png` is requested.
`softwarejudge.com-300x145.png` is the image that might not exist.
I used colon for folder because that's what it said here http://cloudinary.com/blog/placeholder_images_and_gravatar_integration_with_cloudinary.
-
Hi Jack,
Three issues you need to change in your URL :
- The version section should be the last one (just before the `public_id`) in the request.
- Add `d_`before your default error image.
- Change the cloud name to your cloud name
So your URL should look like that:
By the way, I took the chance to look into your account, and maybe you should consider using our URL2PNG add-on for your use case.
0
Post is closed for comments.
Comments
1 comment