How do I insert an image into the game description

Does anyone know how I can put this:


into my game’s description? I saw images in the GOF description, and I wondered how to do it.

-Ember,Y

Put this in, it’s some HTML that works in markdown ig

<img
src="https://community.flowlab.io/uploads/default/original/3X/e/a/ea6972c9e638d1f6609a36692deb33043c467483.jpeg"
/>

It’s an image tag:
< img />
, and iside of it, we’re setting the source of the image, or what the image to be with:
src = “https://community.flowlab.io/uploads/default/original/3X/e/a/ea6972c9e638d1f6609a36692deb33043c467483.jpeg

To find the source you can just two finger tap on the image and press “copy image address”, but I already copied that image for you

It doesn’t look great tho:

2 Likes

When setting the height and width, choosing them to not be scale with the original picture doesn’t seem to work here, so you’ll have to change the image if you want the scale to change, but you can make the image larger…

2 Likes

it’s been awhile since i’ve learned something about flowlab, and especially something useful

probably going to use this for future games, if integrated right it can look sick with special graphic designs and everything

thanks

2 Likes

thx
I did not expect that to work at all when I tested it
It’s funny, with positioning atributes you can position the image outside of where it’s supposed to be and put it over the game screen

1 Like

Gods of Five doesn’t have images in the description (something that’ll probably change when I get the time), but JR and PixelPizza often do it in their games and it looks great. If you look at Witch In The Woods or Misty Hollow those are great examples to look at

2 Likes

Thanks a bunch! I’ll have to re-size the picture on Google slides or something.

|3299px;x2530px;
How do I make this image work with Markdown? I can’t get the image address.

Right-click and copy image link. I got the link for you:
https://lh7-us.googleusercontent.com/KE-Oa0CK6d_Ve5f-Kg0KK4KdpVZUupfsU4csEnfXDVwjjyvuDj4jsT5qIA_mZoo6I5sbQQRj-tAp731X84ti8eAZpJ2OaZ9v1FueR8Px_7q8k28zIDsI3bR1FzBh6R2-y2iC-yAvYgP4vkyeYKKKb1Yg=s2048
I recommend not using a Google URL since it may not be that permanent, or soon no one can see it unless they’re signed in to your account. I recommend copying the image somewhere on the forums, and then right-clicking it to get the image link or URL and then pasting that into your game’s HTML in the description.

Hm… I still can’t get it to work.

I don’t think so, this is what it looks like right now:
image

<img
src="https://lh7-us.googleusercontent.com/_KE-Oa0CK6d_Ve5f-Kg0KK4KdpVZUupfsU4csEnfXDVwjjyvuDj4jsT5qIA_mZoo6I5sbQQRj_-tAp731X84ti8eAZpJ2OaZ9v1FueR8Px_7q8k28zIDsI3bR1FzBh6R2-y2iC-yAvYgP4vkyeYKKKb1Yg=s2048"
/>

Never mind, I figured it out.

Dang this is useful!
How do you get the link to upload it?

1 Like

You’ll have to ask Flying Fajita, I can’t seem to get it right.

<img
src="https://lh7-us.googleusercontent.com/676Htg72fOZvtj2iSS6U9PLYcYyJyh1JzMymjfTBDP0_BOcFcqNz2M7JrFxX1cpOPstopA6OlgI9szIiaNx2a2JM6bZScvopCv87Gwigla-62kThvO5Ks6L_XiZ7_st_55snRbEMKtd2zHgOvMOZqMVyig=s2048"
/>

I did it. Finally, for goodness’ sake.

Right click on the image, press “copy image address”

1 Like

Thanks Flying Fajita. My game description looks pretty darn cool now.

1 Like

Thanks @Flying_Fajita
I’ll try it!

1 Like


This is what it looked like for my other account. Did I do something wrong?

<img
src=https://lh7-us.googleusercontent.com/OuvpZ4SgfIEE6nN4KvGr0oN1MMASRgNnzjftD1sstz2D3oUnsY-_JHe7GJV2XbcsSJW5txFPZdC5S2ACGPCeSU0t5Myw8EUGEEhyGAqApt5W9EXZxvRlO-8PPggPA6GDOjs1jb73wPv7Ahj2ty8t4YFksg=s2048
/>
<img
src=https://lh7-us.googleusercontent.com/IEk8aNKnzkZ32rjRFucliyEj-w7A3cjyJv-846wPTn2iygZCJn_0VX9XV5McYf3dWRZVtPkdbqIfZGF6br6dtEPGA5zK5lWOhy8w4kd54D8ZETTcB-rRWbLfgYOXEEL-IMUINPNBzDcj566iMzhMV6IzPA=s2048
/>

@Flying_Fajita, do you know why this is happening?