Views jFlow

Component type

module

Maintenance status

Development status

Downloads

492

Component created

Component changed

A slideshow style plugin for Views 2, using the lightweight jFlow plugin for jQuery.

jFlow is a minimalist jQuery plugin that compresses to less than 2.5k. The original authors page is currently inaccessible, but the required code is GPL and included with the module.

This Views plugin was created by Darren Mothersele.

Gallery Archive

Component type

module

Categories

Maintenance status

Development status

Downloads

3706

Component created

Component changed

Gallery Archive creates a compressed archive file of all the highest-resolution images in an image gallery on your Drupal site. Users with the appropriate permission are able to download this archive.

Drupal 6

The Drupal 6 version of this module was built to work with Views Gallery, and only really works with that module, or a very similar setup (where you have an image gallery node, then a bunch of image nodes that reference the image gallery node, with one image per node).

Please configure the module after installation at admin/settings/gallery_archive. (By default, it's set to work with Views Gallery).

Drupal 7

The Drupal 7 version works (currently) with nodes-as-image-galleries. Basically, if you have a node type with a multi-value image field, you can use Gallery Archive to create an archive of all the images attached to the node. Work is underway to make this module also work with Views Gallery-style galleries; see #1509056: Views Gallery-style galleries.

Please configure the module after installation at admin/config/media/gallery-archive.

Imagecache Proportions

Component type

module

Maintenance status

Development status

Downloads

6597

Component created

Component changed

This module provides a CCK formatter for imagefields that allows the user to select between three different imagecache presets depending on the proportions of the original image. So you can use this module for altering the display proportions of a image field or similar in the display field screen, in Views, etc.
If the image is more or less squared (you can set a looseness in pixels) you will be able to select a squared preset, if the image is wider than higher, you can select a more "horizontal" preset and if it's higher than wider, a more "vertical" one.

Video.js (HTML5 Video Player)

Component type

module

Maintenance status

Development status

Downloads

107186

Component created

Component changed

Video.js is a HTML5-based video player with a built-in Flash fallback for older browsers. This means that videos can be played on nearly all devices and operating systems, provided the right codecs are used.

This module is a support module for Video.js. It doesn't contain Video.js itself, but integrates it with the File, Link and Video modules after you've installed it.

Imagecache Subdomain

Component type

module

Maintenance status

Development status

Downloads

368

Component created

Component changed

Introduction

This module is a extension for imagecache module to use subdomain to serve image generated by imagecache. You can define multiple subdomain and serve image from that (using specific subdomain for image).

Why use it

Using imagecache_subdomain you can improve your front end loading performance. Each browser can download only 2 different file from each subdomain together; if you use different subdomain for images your browser can dowload much file together and complete page loading faster then only one domain.

You can find more info on: