The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I made a simple username image custom field and i want to limit the image link to 100x150 pixels maximum how can i do it?
The field is in postbit_lagacy, here is the code: Code:
<vb:if condition="$post['field6']">
<img src="{vb:raw post.field6}" border="0" /></a>
<vb:else />
{vb:raw memberaction_dropdown}</a>
</vb:if></vb:if>
How can I limit the size? |
|
#2
|
|||
|
|||
|
I think you can do this:
Code:
<img src="{vb:raw post.field6}" border="0" style="max-width: 100px; max-height: 150px;"/>
|
|
#3
|
|||
|
|||
|
Thanks you!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|