There are a number of Galleria options which aren't supported by this module:

  • Basic options:
    • show_info (boolean): whether to show the caption
    • show_counter (boolean): whether to display a counter of images
    • show_imagenav (boolean): whether to display the previous/next arrows
    • min_scale_ratio (number): the minimum scale ratio for images
    • Built-in lightbox settings:
      • lightbox_fade_speed (number): how fast the built-in lightbox should transition between images once the lightbox is started
      • lightbox_transition_speed (number): how fast the built-in lightbox should animate the white square before displaying the image
      • overlay_opacity (number): how much opacity the overlay behind the lightbox should have
      • overlay_background (string): the HEX overlay color
  • Advanced options:
    • clicknext (boolean): helper for adding a click event for each image that navigates to the next image in the gallery
    • idle_time (number): adjust the time before galleria goes into idle mode
    • image_pan (boolean): set to true when cropping images to apply a mouse-controlled movement of the image to reveal the cropped parts
    • image_pan_smoothness (number): how "smooth" the image pan movement should be
    • thumb_fit (boolean): whether to shrink thumbnail containers to the size of the thumbnail

Comments

mparker17’s picture

While doing this, it might also be worth rearranging the options:

  • Gallery settings:
    • height: Height of the gallery
    • popup_links: Open any links in a new window?
    • queue: Queue multiple commands?
    • show: Which image to show first
  • autoplay: Enable autoplay?
  • autoplay_ms: Time between images
  • carousel: Enable carousel?
  • Carousel settings:
    • carousel_speed: Carousel scroll speed
    • carousel_steps: Number of images to scroll
    • carousel_follow: Have carousel automatically follow the active image?
  • Active Image settings:
    • show_info: Display a caption?
    • show_counter: Display position and total number of images?
    • show_imagenav: Show previous/next arrows?
    • Image sizing settings:
    • image_crop: Image Crop method
    • image_pan: Enable panning if active image is too big?
    • image_pan_smoothness: Smoothness of panning
    • max_scale_ratio: Maximum ratio to scale an image
    • min_scale_ratio: Minimum ratio to scale an image
    • image_margin: Active image margin
    • image_position: Active image position
  • thumbnails: Enable thumbnails?
  • Thumbnail settings:
    • thumb_quality: Force IE to use bicubic image rendering
    • thumb_margin: Thumbnail margin
    • thumb_fit: Shrink thumbnail containers to thumbnail size?
    • preload: How many images to preload in advance
  • Transition settings:
    • transition: How to transition between images
    • transition_function: Custom transition code (overrides transition)
    • transition_speed: Speed to transition
  • Advanced settings:
    • debug: Enable debug mode?
    • keep_source: Keep HTML source intact?
    • Data settings:
      • data_config: How to extract data from the HTML
      • data_image_selector: JQuery selector for the actual image
      • data_source: JQuery selector for the data
      • data_type: way that the data is encoded
    • Triggered code settings:
      • extend: Triggered when the theme is initialized
      • clicknext: Add a click event for each active image that navigates to the next image.
      • on_image: Triggered when an image is loaded and about to enter the stage
    • Lightbox settings:
      • lightbox_fade_speed: how fast the built-in lightbox should transition between images once the lightbox is started
      • lightbox_transition_speed: how fast the built-in lightbox should animate the white square before displaying the image
      • overlay_opacity: how much opacity the overlay behind the lightbox should have
      • overlay_background: the HEX overlay color
izmeez’s picture

subscribing

yub_yub’s picture

Is there a solution to this yet? I'd really like to be able to use some of these features. I tried the patch at #1070230: I think this fixes most everything but it did not work for me - although I have to admit this could be because I've not applied it properly, I'm still a beginner.