We've sent a verification link by email
Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.
Started December 21st, 2023 · 3 replies · Latest reply by frederic.font 11 months, 1 week ago
I've observed that certain users incorporate images into their sound descriptions. I'd like to follow suit by showcasing my field recording setups and locations. Could someone please inform me of the recommended method for adding a photo to a sound description? Thanks in advance!
Hi Pedro
Standard HTML will work. You have to make sure you're using a direct image link which will look like the following...
https://website.com/image123xyz.jpg
A link that doesn't end in the image format .jpg .png etc is wrong and will just point to a webpage, not an image.
You then use the IMG code...
<*img src="https://website.com/image123xyz.jpg"*>
(remove the asterisks *)
Hope this helps
Thanks for providing the tips @Headphaze,
Also make sure that the link starts with "https" (and not "http") as otherwise the image will not be displayed but only a link shown.