Werewood
Posts : 5691 Join date : 2014-08-11
| Subject: I have found a way to let you easily resize posted images in your MMV posts, without any manual image resize November 18th 2017, 2:11 pm | |
| I have found a way to let you easily resize posted images in your MMV posts, without any manual image resize!
Sometimes when I try to post an image in my MMV posts, the image can be bigger/smaller than I want, and I have to resize it manually with my image editor before posting, which I think is very time-wasting, then I try to figure out how to resize posted images, and this is my result : - original image sizes: 1280px x 680px => no resize- original image sizes: 1280px x 680px => resized to 640px x 340px- original image sizes: 1280px x 680px => resized to 320px x 170pxBy using the "Switch Editor Mode" post function, you can switch to see your post in the forum post source code, then you can change the "Insert Image" source code from this : - Code:
-
[img]https://i62.servimg.com/u/f62/18/96/21/32/mmv_po11.png[/img] to this : - Code:
-
[img(396px,195px)]https://i62.servimg.com/u/f62/18/96/21/32/mmv_po11.png[/img] * "(396px,195px)" can be any image sizes you want to resize your posted image! Please see this "Switch Editor Mode" sample image for a reference : | |
|
yolomate
Posts : 7507 Join date : 2013-06-17 Age : 47
| Subject: Re: I have found a way to let you easily resize posted images in your MMV posts, without any manual image resize November 18th 2017, 6:12 pm | |
| | |
|
Werewood
Posts : 5691 Join date : 2014-08-11
| Subject: Re: I have found a way to let you easily resize posted images in your MMV posts, without any manual image resize November 25th 2017, 4:11 pm | |
| Oops sorry I forgot to mention the most important part : - Code:
-
[img]https://i62.servimg.com/u/f62/18/96/21/32/mmv_po11.png[/img] - Code:
-
[img(396px,195px)]https://i62.servimg.com/u/f62/18/96/21/32/mmv_po11.png[/img] Normally you have to calculate or use some image editor to get the width:height aspect ratio when doing the posted image resizing.........like, get both 396px & 195px first and put them both in the [img], but with this little trick : - Code:
-
[img width="396"]blah blah blah... You can just get the height aspect ratio 195px automatically, with just a desired resized width! | |
|
Sponsored content
| Subject: Re: I have found a way to let you easily resize posted images in your MMV posts, without any manual image resize | |
| |
|