Hey, everyone! So, I was wondering as I saw others could do this but, how do you change the size of an image, or more specifically, a dragon? Is like writing where you simply put [size] [ /size] or is it different? Thanks!
(I ask this because I want to add a couple of bbcodes of a few dragons next to each other and make them smaller, but I'm not sure how to without using a photo editor....)
@
Saraceaser
FR doesn't support the BBCode for resizing images, so you'll have to do it with a photo editor.
I can help with that if you'd like?
@
Saraceaser
FR doesn't support the BBCode for resizing images, so you'll have to do it with a photo editor.
I can help with that if you'd like?
@
Starrlight
Nah, it's fine, but man it's not going to be fun to resize all of them. ^^;; Thanks for explaining, though! C:
@Saraceaser Are you referring to the avatar sized dragon images used in lots of hatcheries? If so its simpler than you think:
Grab the BBcode for your dragon:
[url=http://flightrising.com/main.php?dragon=26160714]
[img]http://flightrising.com/rendern/350/261608/26160714_350.png[/img]
[/url]
[code]
[url=http://flightrising.com/main.php?dragon=26160714]
[img]http://flightrising.com/rendern/350/261608/26160714_350.png[/img]
[/url]
[/code]
Note the URL for the image itself... change the "350" to "avatars" and remove the underscore at the end
[url=http://flightrising.com/main.php?dragon=26160714]
[img]http://flightrising.com/rendern/avatars/261608/26160714.png[/img]
[/url]
[code]
[url=http://flightrising.com/main.php?dragon=26160714]
[img]http://flightrising.com/rendern/avatars/261608/26160714.png[/img]
[/url]
[/code]
@
Saraceaser Are you referring to the avatar sized dragon images used in lots of hatcheries? If so its simpler than you think:
Grab the BBcode for your dragon:

Code:
[url=http://flightrising.com/main.php?dragon=26160714]
[img]http://flightrising.com/rendern/350/261608/26160714_350.png[/img]
[/url]
Note the URL for the image itself... change the "350" to "avatars" and remove the underscore at the end

Code:
[url=http://flightrising.com/main.php?dragon=26160714]
[img]http://flightrising.com/rendern/avatars/261608/26160714.png[/img]
[/url]