Replies

Apr 5, 2023 3 years ago
Irenic
is lonely
User Avatar
Athena

Hi all,

I am a noob when it comes to codes etc. I was wondering how I would add a gif to my profile?

TIA. 😊

[edit] Apologies - unsure whether this should have been posted in the web design forum?

art by

Apr 6, 2023 3 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

depends where you're trying to add it. do you want it in a regular profile block where you would type in custom text? in that case you could just add it with the normal image embed scode, as long as you have the direct link to the gif (right click > open image in new tab > copy url, making sure it ends in .gif). so that would look something like this:

and then this would show up in the block:

if you want to add it somewhere else on the page, you would have to create a custom div that contains the image and then position it where you want it, so for example inside your style tags you would put something like: { position: absolute; left: 30px; bottom: 30px; width: auto; height: auto; }

and then outside the style tags, you'd add:

let me know if that helps or if you need any more details/clarification!

Apr 6, 2023 3 years ago
Irenic
is lonely
User Avatar
Athena

Thank you so much, that worked perfectly. Is there any way of resizing the gif in the profile block?

art by

Apr 6, 2023 3 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

yup! instead of using the scode, you'd use the HTML tag and add a width attribute. that would look like this:

and you can change 200 pixels to whatever number fits best on your profile.

Apr 7, 2023 3 years ago
Irenic
is lonely
User Avatar
Athena

Amazing, thanks so much for your help. 😊

art by

Please log in to reply to this topic.