I’d like to create more space around my images in Galleria Album slideshow windows (not the full screen window). The only way I’ve found to do that is with the Negative Space slider in The Photo Presentation section of the Galleria Album template. For some reason, it limits you to a max of 24 pixels, I’d like more.
I’m sizing my images as 1200 pixels - I like white space around images in full screen mode - I’ve test different sizes and this works best for me.
How could I achieve more space around images in the slideshow window? I don’t want to resize my images to achieve this objective because then they are too small in full screen mode.
can you post a link to an album?
You may be limited by the page width you set
I’ve also played with different aspect ratios, trying to make the vertical dimension less than the horizontal and none of that seems to make a difference.
It looks like that space is created by a combination of positioning (to center the image) and calculating width and height to display the full image within the new space around it. The new width and height attributes look like they are probably created by the Galleria code because they’re being added as inline styling.
So when the negative space is set, it is actually making the displaye image a bit smaller to fit the new space.
You can use custom css to change the positioning as well as the max-width and height. But you’d have to calculate all that and if you had a mixture of horizontals and verticals it could turn into a mess.
I don’t see any easy way of doing what you want.
Maybe @matthew or @Daniel will have some other ideas.
Hi @Matthew,
I tried that, but that also cuts of parts of the image
So it does. I haven’t looked at the Galleria code in a very long time. I don’t think there’s anything here that a user can change.
1 Like
OK - thanks @Matthew and @rod_barbee for weighing in. Not that big of a deal, but thought I’d ask in case it was something easy!