Resize not Working! Resize not Working!
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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