Questions tagged [galleria]

Galleria is an open source (MIT) image gallery framework written in JavaScript. The aim is to simplify the process of creating professional image galleries for the web and mobile devices.

Code architecture and theming

The Galleria code base consists of one core that exposes a collection of tools, available for a wide range of customizable themes to make the gallery look and behave differently for each use case. The code base and one theme, Classic, is included in the free MIT licensed package available for download. Additional commercial themes are available for purchase.

Customizing Galleria

Customizing Galleria can be done on multiple levels. You can use the many generic options to make configurations like transitions and cropping methods to any gallery theme. Galleria also exposes methods for accessing the instance and all prototype methods for more advanced customizations and theme creation.

Posting issues and collaboration

Bug reports can be posted at Github, where the code repository is based. You may also contribute by forking the code and make pull requests.

315 questions
0
votes
1 answer

Galleria in jQuery UI Tabs?

everything is working okay, but i get this error in the galleria : Fatal error: Could not extract a stage height from the CSS. Traced height: 0px. I already set the correct width and height but i still have this message. How i can resolve that ?…
user1270589
0
votes
1 answer

How to active selected image on load Galleria

For exam, i've got 10 images. And i use Galleria fullscreen in full content. And get this images thumbnail on front page. ul id="galleria">
  • Karmacoma
    • 658
    • 1
    • 13
    • 37
  • 0
    votes
    1 answer

    When Save As Image get watermark or blank image

    I'm using Galleria Fullscreen theme. Put that js code in my main js file for don't right click: $('img').live('contextmenu', function(e){ return false; }); But don't work on IE Windows. So, i want when save as image get watermark or blank image.…
    Karmacoma
    • 658
    • 1
    • 13
    • 37
    0
    votes
    3 answers

    Disable save as key for images

    I'm using Galleria Fullscreen theme and don't allow save as image (disable right click) via jQuery. This code: $('img').live('contextmenu', function(e){ return false; }); This code working Firefox, Safari and Chrome Mac. I tested on Windows and…
    Karmacoma
    • 658
    • 1
    • 13
    • 37
    0
    votes
    1 answer

    Galleria Fullscreen not working on IE

    I'm using Drupal 7 and Galleria 1.2.6 And have got fullscreen theme. My gallery working on Firefox. But when click fullscreen images not working on IE. Problem line: this.setStyle(this.get('iefix'), { Full that codes: if (Galleria.IE) { …
    Karmacoma
    • 658
    • 1
    • 13
    • 37
    0
    votes
    1 answer

    Galleria Deletion Icon

    I've been working with the Galleria package to create a image gallery. I'm now wanting to add a deletion tool so that a user can delete any image they so desire. Using this demo as a baseline, I've taken the elements of code which I need and tried…
    IRHM
    • 1,326
    • 11
    • 77
    • 130
    0
    votes
    1 answer

    How to get Galleria working with images loaded via jQuery's load() function

    I'm using Galleria 1.2.7 and jQuery 1.7.1 for a photography site. I have 3 sets of photos which I want Galleria to show so I have 3 links on the page. I want to load them into the index page using load(). My code is:
    Gdev
    • 167
    • 1
    • 11
    -1
    votes
    2 answers

    JQUERY Galleria css position alignment issue in Firefox. Works fine in Chrome

    I just started using jquery Galleria for my website. I'm having an alignment issue with the div element gallery-container. In Chrome, it lines up fine, but in firefox, it is shifted to the right. See website: www.jasonaiconnie.com/GalleryTest.php. I…
    -1
    votes
    1 answer

    Creating a Paginated Image Gallery

    I am trying to create a paginated image gallery building on top of the "Galleria" image gallery script (galleria.io) I am running the "Folio" theme, and I trying to understand their API, as I do not understand query/js that well as it is. So…
    JD Audi
    • 1,067
    • 6
    • 18
    • 37
    -1
    votes
    1 answer

    How to convert an image_tag to link_to on the fly using jQuery

    I have this code in my view:
    <% @exhibit.image_pages.each…
    Cacofonix
    • 465
    • 11
    • 19
    -1
    votes
    1 answer

    How to display images in p-gallery in case when are File or base64?

    It is possible? Documentation shows only case for paths of images html: ts images: any[]; ngOnInit() { this.images = []; …
    -1
    votes
    1 answer

    Galleria auto slideshow

    Creating a slideshow using Galleria.io APIs. Galleria's DIV tag in my HTML page looks like :
    Raxit Solanki
    • 434
    • 6
    • 15
    -1
    votes
    1 answer

    Unable to retrieve Facebook photos from album 123xxxxxx

    Scenario:- I am in need to fetch photos from facebook albums. And for this I am using Galleria. Code-Snippet:- $(document).ready(function (e) { alert('jQuery loaded'); loadGallery(); function loadGallery() { debugger; …
    Kgn-web
    • 7,047
    • 24
    • 95
    • 161
    -1
    votes
    2 answers

    Adaptive Images w/Galleria

    I'm using Galleria.js to create a background slideshow in a site I'm working on, and I'd like to be able to serve different resolutions to different devices. I'm using adaptive-images.php which is generating the needed files, but it seems as though…
    -1
    votes
    2 answers

    p:graphicimage not working

    I have been looking for a solution to my JSF problem a couple of days now and tried out all possible solutions. Nothing worked. I would like to implement a jsf galleria, like this one. The code did not work, nothing was displayed in the page. Here's…
    TheMo
    • 11
    • 1
    • 4
    1 2 3
    20
    21