forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: xtina-fanatic on April 13, 2014, 09:46:01 pm

Title: CPMFETCH - Thumbnail size!! PLEASE HELP; I tried everything
Post by: xtina-fanatic on April 13, 2014, 09:46:01 pm
Hello,

I'm really desperate at the moment and I hope somebody can help me.
I'm using CpmFetch on my page and it really works fine!  8)

But there's one problem:


I can not change the size of the thumbnails and this option is required, because I want to adjust them to my current design. It really doesn't look good just using the standard thumbnail size ... HERE A SCREENCAPTURE -> www.xtina-fanatic.com/cpmfetch.png (http://www.xtina-fanatic.com/cpmfetch.png)

And here is the script that I'm using:

Code: [Select]
<?php
  
include "./gallery/cpmfetch/cpmfetch.php";
  
$objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  
$options=array("imagewidth" => "57""imageheight" => "57");
  
$objCpm->cpm_viewLastAddedMedia(2,5);
  
$objCpm->cpm_close();
?>


I already tried it with adding this option (as you can see in the script above):

Code: [Select]
$options=array("imagewidth" => "57", "imageheight" => "57");
but the size of the thumbnails are not changing.  :-\ :-\
I would be really grateful, if someone can help me solving this problem.


awaiting to hear from you  :)

Greetings

Melissa


Title: Re: CPMFETCH - Thumbnail size!! PLEASE HELP; I tried everything
Post by: xtina-fanatic on April 15, 2014, 11:53:35 pm
Is there nobody who can help me?
Would a link be helpful?

Here my page -> www.xtina-fanatic.com (http://www.xtina-fanatic.com)


Other pages are using this option too and it works there, why not on my page?
It's so weird.

Please someone help me  :(
Title: Re: CPMFETCH - Thumbnail size!! PLEASE HELP; I tried everything
Post by: gmc on April 16, 2014, 05:25:45 am
I'm not seeing the issue....
The images displayed on the page you provided the link to appear smaller that the normal thumbnails in your gallery as you indicated you wanted...It seems to be working.

Perhaps a browser cache issue? Try clearing you cache, or using a different browser/pc to see if problem still exists.

If I am missing something, let me know..
Title: Re: CPMFETCH - Thumbnail size!! PLEASE HELP; I tried everything
Post by: Αndré on April 22, 2014, 10:26:40 am
Double post: http://forum.coppermine-gallery.net/index.php/topic,77399.0.html

The $options variable isn't passed to the CPMFetch object.
Title: Re: CPMFETCH - Thumbnail size!! PLEASE HELP; I tried everything
Post by: Αndré on April 24, 2014, 08:27:41 am
Marking as solved, as Melissa confirmed that it works in the other thread.