When a user enter a link to an image such as example.com/image.jpg, the returned result would not have a thumbnail for the image, and basically be blank. I needed the image link case to work like a regular URL and fetch a thumbnail.
I'm sure there's other ways to do this, but for my situation here's a patch that seems to work well.
| Comment | File | Size | Author |
|---|---|---|---|
| link.inc-parse-image-url.patch | 2.33 KB | skh |
Comments
Comment #1
pribeh commentedThis is very interesting. I will look at this and report back.
Comment #2
publicmind commentedLooks good, Will commit it soon.
Comment #3
publicmind commentedCommitted to 2.x dev. Thanks skh.