Change teaser image dimensions?
Chris500 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Change teaser image dimensions?
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Change teaser image dimensions?
The teaser images have usual the size of the original uploaded image. You could alter the size by adding width/height arguments in the following line of the template story:
Here an example:
The teaser images have usual the size of the original uploaded image. You could alter the size by adding width/height arguments in the following line of the template story:
if ($insert[story_teaser]) $teaserline = "<img src="https://www.contentteller.com/$insert[story_teaserpath]/images/teaser/$insert[story_teaser]" border="0" align="right" hspace="10" vspace="10">";
Here an example:
if ($insert[story_teaser]) $teaserline = "<img src="https://www.contentteller.com/$insert[story_teaserpath]/images/teaser/$insert[story_teaser]" width="100" height="100" border="0" align="right" hspace="10" vspace="10">";
I've been looking for a while but can't seem to find an option to alter the defauly size of the teaser image?
Any pointers?