Anonymous

Changes

From Rare Gaming Dump
65 bytes added ,  13:48, 5 February 2019
no edit summary
Line 75: Line 75:  
=== When the image is too big ===
 
=== When the image is too big ===
 
The below code should output an infobox with an oversized image.
 
The below code should output an infobox with an oversized image.
 +
==== Bad Code ====
 
<pre>
 
<pre>
 
{| class="wikitable" style="float:right;
 
{| class="wikitable" style="float:right;
Line 104: Line 105:  
|}
 
|}
   −
On the right you can see what it loo- Uh oh! That's too big! to change the size of the image, add |200px|200px| or something similar to make images smaller. If the image is still too large or now too small, lower/higher the 200s to a lower/higher number respectively.
+
On the right you can see what it loo- Uh oh! That's too big! to change the size of the image, add |200px|200px| or something similar to make images smaller. If the image is still too large or now too small, lower/higher the pixels to a lower/higher number respectively.
 
==== Good Code ====
 
==== Good Code ====
 
<pre>
 
<pre>
Line 137: Line 138:  
==== Outcome ====
 
==== Outcome ====
 
As you can see on the right, we now have a much better-sized image.
 
As you can see on the right, we now have a much better-sized image.
 +
 +
{{Template:MetaNavbox}}
 +
 +
[[Category:Meta]]