Sponsored Links (Register now to hide all advertisements)
Summary
Testing examples to show the same image at different sizes in forum posts.
Resize an image, just add `&width=###` to the end of the image URL.
Replace the ### with any number of pixels you want (100, 200, 400, 600, 800, 1200, etc.).
- The first example shows the full-size image with no changes.
- The following examples show the same image resized using different `&width=` values.
- Each section includes the exact syntax used
---
Testing Picture Sizes (with syntax)
Full size (default, no width parameter)
Syntax: [img]...[/img]
---
800px wide
Syntax: [img]...&width=800[/img]
---
400px wide
Syntax: [img]...&width=400[/img]
---
200px wide
Syntax: [img]...&width=200[/img]
---
100px wide
Syntax: [img]...&width=100[/img]