Resize not Working! Resize not Working!
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Resize not Working!

Started by Kayasite, August 06, 2009, 08:38:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kayasite

I installed this over at http://jena-malone.com - but as you can see from the way to layout messes up, the resize isn't working.

This is the php include i have:

Quote<?php
  include "./photos/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./photos/cpmfetch/cpmfetch_config.php");
$options = array('windowtarget' => '_blank',"imagewidth"=>"35");
  $objCpm->cpm_viewLastAddedMedia(1,4);
  $objCpm->cpm_close();
?>

Can anyone help? :(


Joachim Müller


Kayasite

I'm sorry, but I'm not entirely sure why you have linked me to that thread?

Kayasite

nevermind, someone else was kind enough to help me :)

Joachim Müller