Meta-PokéBase Q&A
0 votes
421 views

Hey there!

I was just hoping if it would be possible to be able to compress or expand picture once you have copied them in, like you can do on word, etc.

Any response would be great thnx.

-FT

by
I'm pretty sure you can't, just do it on imgur or some other picture editing site/application.
I think you can use html for that.

1 Answer

1 vote

You can do that using html.

image

Code for this image ^:<img src="http://107.191.104.240:8000/avatars/blazingflareon.png" width="130" height="130">

image

Code for this image ^:<img src="http://107.191.104.240:8000/avatars/blazingflareon.png" width="220" height="220">

So basically put your image url in the brackets after the 'img src=' and the width and height in the brackets after the 'width=' and 'height='.
If you want a user-friendly GUI, simply don't select this as best answer an Pokemaster will see it. (unlit then you can use html)

by
edited by
Edited it to make some people on mobile

*cough*me*cough*

see the difference.
Note that you can resize images using this tactic, and it will make them smaller for the sake of visuals, but it won't cause the pages to load any faster. To do that, you'd have to resize the file itself, as this code only stretches or shrinks the source image.
OH THANK GOD I WANTED THIS