PDA

View Full Version : image size from headlines


zurivblack
01-15-2007, 09:21 PM
Itīs possible to change the image size from the Headlines? :confused: .

Thanks for your help.

Micha
01-16-2007, 07:35 AM
Go to your Vivvo administration >> Control Panel >> Preferences >> Home page.
From there you can change width and height of your Headlines image.

Elton
01-17-2007, 11:59 PM
This doesn't always work, at least not with old versions. If you go to www.askanglers.co.uk and wait a sec, there's a headline about polarised sunglasses for fishing. I have the maxes set to 200x200, yet that image displays at 309x150

rojaba
01-26-2007, 05:40 PM
I have exactly the same problem (and I have the newest version bought yesterday hehe) Image width can be adjusted without problems but height can't be bigger (or smaller) than 150px even though there's a setting for that in the aformentioned preferences menu?

could the problem be a table that squeezes it no matter what and if yes, where can I adjust it?

apocan
02-10-2007, 01:03 PM
yes.the height of the image is always 150.we cant adjust it

mahir
02-20-2007, 11:36 PM
Try this from /templates/headlines.tpl

------------------------------------------------------

<tr>
<td valign="top" width="150" height="170">
<img id="headline_image" src="{ROOT}files/{IMAGE}" align="left" border="0" alt="image" />
</td>
<td valign="top" height="170">
<span id="headline_author" class="plainTxtGray">{AUTHOR}</span>
<span id="headline_created" class="plainTxtGray">{CREATED}</span>
<div id="headline_body" class="headlineTxt" align="justify">{BODY}</div>
</td>
</tr>

--------------------------------

Hope this helps. I dont remember, but in HTML_functions.php should be also possible to resolve it.

apocan
03-02-2007, 08:58 AM
I solved this problem.it html_function you can find the image height or widht and you can change it to size that you want:)