Author Topic: picture resize  (Read 4522 times)

0 Members and 1 Guest are viewing this topic.

Offline Damak

  • Pre-Newbie
  • Posts: 1
    • View Profile
picture resize
« on: April 30, 2005, 12:28:35 PM »
I have a small problem.
my 4images design has a fixed size, an pictures wich are too large, make an error with it,
http://galerie.jcenter-germany.de  <-------- there for example the 16:9 wallpaper
Is it possible to resize theme, I think <iframe src="..."></iframe>
can be used, but it doesn't work so easy.
Something musst be changed over new templates or some changes in .php files, but I don't know how to add new templates
or where I must search for the code from {image}

Can someone help

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: picture resize
« Reply #1 on: April 30, 2005, 06:22:50 PM »
The
Code: [Select]
{image} tag is controlled by the file type specific templates found in the templates/default/media directory

As far as adjusting the width of your pages, you need to edit the HTML table in the template HTML files in templates/default.  Just edit the table widths

There is nothing to edit in the PHP files