|
|
| Author |
Message |
Memphis
Joined: 04 Mar 2007 Posts: 13
|
Posted: Wed Mar 07, 2007 6:09 pm Post subject: Cover/Rating problems... |
|
|
Well... I will try to explain my problem!
I try to use MD user rating icons, but this icons are on 28x28 pixels and I need to resize IMG tag to 28x28 pixels.
When I resize IMG tag I need to fix the cover size, but I don't want to resize him!
Which the solution to resize Rating icons but don't the Cover?
(Sorry my bad English!) |
|
| Back to top |
|
 |
bolide Site Admin
Joined: 04 Aug 2005 Posts: 585
|
Posted: Fri Mar 09, 2007 11:54 am Post subject: Re: Cover/Rating problems... |
|
|
If you ask about movie card HTML template, just don't specify the image size to avoid resizing. Like that:
| Code: |
<IMG SRC="_cover_" ID="cover" ALIGN="LEFT" HSPACE="10" VSPACE="10">
|
If you ask about HTML export templates, the answer is the same, don't specify an image size for the cover.
| Code: |
<img src="[amm:imgname]" border="0">
|
|
|
| Back to top |
|
 |
Memphis
Joined: 04 Mar 2007 Posts: 13
|
Posted: Fri Mar 09, 2007 3:52 pm Post subject: |
|
|
I need resize only the rating stars icons, not the cover!
But I don't know as! |
|
| Back to top |
|
 |
|