Is it necessary to have this module require that you set a fixed height/width for images in the block settings? Is it possible to simply use the same format used imagefield on full node view or when using a view have the images displayed according to the field format settings. This way not all images need to have the same height and width dimensions and imagecache presets can be utilized.

In my specific case, I have a view that uses a thumbnail setting from imagecache that scales the images by height but widths are not fixed. Therefore dynamic display block requiring me to set a fixed width is a problem.

Thanks for reading.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ppblaauw’s picture

Status: Active » Needs review
FileSize
12.72 KB

Had already a patch for RC1 and promised to implement in future releases.
I forgot.

With this patch you can set the image height and width to zero.
In this case the height and width of the image are used.

Hereby the patch for RC4.
If the advanced dynamic display options are used, you also need the update the
ddblock-cycle-block-content.tpl.php file in your theme directory
under [YOUR-THEME_NAME]/custom/modules/ddblock/

The new ddblock-cycle-block-content.tpl.php file is part of the upright10-50.zip file which can be downloaded from: http://ddblock.myalbums.biz/download

Please let me now if this solves the issue.

ppblaauw’s picture

Status: Needs review » Fixed

set status to fixed. Implemented in RC5.

elally’s picture

I'm still seeing a sizing issue with RC5. If you check out this page you'll see the full-size third image is being distorted. There's a jCarousel object showing the same photos at the bottom of the page for comparison.

The ddblock is using Imagecache sizing and the upright40 template, customized to take out the text overlay.

ppblaauw’s picture

Status: Fixed » Postponed (maintainer needs more info)

Most slideshows use the same image sizes.

If you want to use different image sizes with the advanced slideshow functionality you can.
Like in the jcarousel pictures below in your site which have a fixed width of 75px and a flexible height.

E.g. For a flexible height in an advanced dynamic display block slideshow:

  1. Make an image cache preset which scales your pictures to the maximum width of the slider.
  2. Apply this preset to the slider images in the ddblock configuration page
  3. Change the Template CSS file
    • Delete the height element from div.slide-inner img
    • Make the height element in div.slider-inner big enough to fit the biggest height

Hope this helps you further. Please let me now.

elally’s picture

Thanks -- I'll give that a try.

ppblaauw’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

closing issue. Suppose poster solved the issue.