I am currently working on getting the pages and the assets (images/CSS etc) as small as possible but Imagecache is making the slide images a lot bigger. But with Nivo slider there doesn't appear to be a way to have the slideshow with using the original image.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views_nivo_slider-6.x-2.0-original-image.patch | 2.23 KB | dmitriy.trt |
Comments
Comment #1
giorgosktry in the views fields to set the original image as image formatter
Comment #2
jamestombs commentedNivo slider overrides the fields set imagecache preset. Note below:
Comment #3
dmitriy.trt commentedI'm attaching patch made for stable 6.x-2.0 allowing to use original image for slider. This modification is incompatible with "Thumbnails with ImageCache presets" control navigator, so I've also added validation to plugin. It needs work, because applying it to latest git code failed.
Patch also removes duplicated code (building preset options).
Maintainers, why are you using
$title_idas title in functiontemplate_preprocess_views_nivo_slider_view_nivo_sliderfields()when callingtheme('imagecache', ... )? Behavior was changed in this commit.