[LOL-MOD] Lame way to not stretch the page
Posted: Sat Apr 09, 2011 5:49 pm
As mentioned in the forum, I am not a programmer so I have presented is not a good way but it works and can be used until the next update of this script repairing this ugliness.
Open ./styles/Indigo/image_viewer.php and change
to
You can change the max-width: 200px on what you like...
I think the effect is more aesthetic than the current.
Regards,
Seifer
Open ./styles/Indigo/image_viewer.php and change
- Code: Select all
<img src="./<?php echo $path .$id;?>">
to
- Code: Select all
<a href="./<?php echo $path .$id;?>"><img src="./<?php echo $path .$id;?>" style="max-width: 200px;"></a>
You can change the max-width: 200px on what you like...
I think the effect is more aesthetic than the current.
Regards,
Seifer