Back

Help Center

Ask questions and help others in this forum.
TOPIC | How do you make a dragon image small?
Hi! This is probably a dumb question, but I can't figure out how to make a dragon's image small when using it in a forum post. For example, (randomly picking from lair) this guy: [url=http://flightrising.com/main.php?dragon=20087105] [img]http://flightrising.com/rendern/350/200872/20087105_350.png[/img] [/url] I've seen users who run hatcheries and the like use small, more thumb-nail sized images of dragons they've already sold, or have a smaller image for the hatchling and show the adult scry or potential scry the usual size as shown above. How do I make the little thumbnail dragons happen? Thank you all for your help in advance!
Hi! This is probably a dumb question, but I can't figure out how to make a dragon's image small when using it in a forum post.

For example, (randomly picking from lair) this guy:


20087105_350.png


I've seen users who run hatcheries and the like use small, more thumb-nail sized images of dragons they've already sold, or have a smaller image for the hatchling and show the adult scry or potential scry the usual size as shown above. How do I make the little thumbnail dragons happen? Thank you all for your help in advance!
Oh hey I figured out how to put something here!
@SkyWanderer FR does not have a way to alter the size of their images; all images of dragons are either manipulated by players in art programs or links to different sizes already available on FR. To get the thumbnail size alter the code. Replace the first 350 with avatars and remove the _350 before .png. Original code: [code][url=http://flightrising.com/main.php?dragon=20087105] [img]http://flightrising.com/rendern/350/200872/20087105_350.png[/img] [/url][/code] Thumbnail code: [code][url=http://flightrising.com/main.php?dragon=20087105] [img]http://flightrising.com/rendern/avatars/200872/20087105.png[/img] [/url][/code] [url=http://flightrising.com/main.php?dragon=20087105] [img]http://flightrising.com/rendern/avatars/200872/20087105.png[/img] [/url]
@SkyWanderer

FR does not have a way to alter the size of their images; all images of dragons are either manipulated by players in art programs or links to different sizes already available on FR.

To get the thumbnail size alter the code. Replace the first 350 with avatars and remove the _350 before .png.

Original code:
Code:
[url=http://flightrising.com/main.php?dragon=20087105] [img]http://flightrising.com/rendern/350/200872/20087105_350.png[/img] [/url]

Thumbnail code:
Code:
[url=http://flightrising.com/main.php?dragon=20087105] [img]http://flightrising.com/rendern/avatars/200872/20087105.png[/img] [/url]


20087105.png
I want to live in Theory. Everything works there.

Have you checked the Gem MP for Gene and Breed scrolls before buying an AH listing from me ending in 5g?
@Nightwind


Thank you so much! That helps a lot!
@Nightwind


Thank you so much! That helps a lot!
Oh hey I figured out how to put something here!