Closed (won't fix)
Project:
Slideshow-Box
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
10 Dec 2006 at 00:20 UTC
Updated:
18 May 2023 at 08:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
phildu commentedchange "_original" by the kind of image size you want ex:thumbnail on line 368:
$file = $path.'system/files/'.($image->slideshow ? $image->slideshow : $image->_original);
Comment #2
Anonymous (not verified) commentedAre you the maintainer of this module? I know how to change the code, I meant an option to choose image size for each slideshow separately. It's a FEATURE REQUEST.
Comment #3
Patrick Nelson commentedphildu,
Even though EVERYBODY MAKES MISTAKES, I found it really useful that you published that snippet of code - very helpful indeed, so thank you for that.
Apologies for the capitals - I realise that it is the equivalent of shouting and is actually quite rude.
Regards
Patrick
Comment #4
sunI second this. Attached patch introduces a new configuration setting to choose the slideshow image size.
I left the box width and height settings so that the size of the slideshow box is independent from the chosen image size which is a valuable feature for themers.
Additionally, this patch fixes:
Comment #5
sunNew patch using file_create_url() to support private files.
Additionally fixes private files issue in http://drupal.org/node/102298
Comment #6
sun