BBCode image resizing not working in forum
Posted: 09 Dec 2020 17:49
BBCode for image resizing doesn't seem to be working according to several sources I've checked to ensure the code is correct. For ex: https://www.bbcode.org/examples/?id=10
No matter what size image I link it will resize to the dimensions of the VLC Interface screenshot in my post here, which in this case is a lot larger than the actual image.
Anything I add to resize the image results in no change. I've tried all of the following:
No matter what size image I link it will resize to the dimensions of the VLC Interface screenshot in my post here, which in this case is a lot larger than the actual image.
Anything I add to resize the image results in no change. I've tried all of the following:
Code: Select all
[img size=100]URL[/img]
[img width=100]URL[/img]
[img=100x50]URL[/img]
[img width=100 height=50]URL[/img]
[img width="100" height="50"]URL[/img]