Spaces between images in Slideshow
10 years 3 months ago #25255
by Peterlang
Spaces between images in Slideshow was created by Peterlang
Hi there,
I really like the slideshow, so first of all THANKS A LOT.
I scroll the images horizontally and I would like to have a little space between the images (left and right).
I tried already with css at the .cameraContent and .cameracurrent but that didn't do the thing.
Is it possible to add some kind of gutter in the js.
Do you have a hint - or can you point me in the right direction please?
Thanks in advance for your support.
I really like the slideshow, so first of all THANKS A LOT.
I scroll the images horizontally and I would like to have a little space between the images (left and right).
I tried already with css at the .cameraContent and .cameracurrent but that didn't do the thing.
Is it possible to add some kind of gutter in the js.
Do you have a hint - or can you point me in the right direction please?
Thanks in advance for your support.
Please Log in or Create an account to join the conversation.
10 years 3 months ago #25256
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Spaces between images in Slideshow
Hi
please give me your url and explain me where you wand the space
CEd
please give me your url and explain me where you wand the space

CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 years 3 months ago #25257
by Peterlang
Replied by Peterlang on topic Spaces between images in Slideshow
Wow fast!
Here is a link:
tiny.cc/wxewtx
you see the images scrolling (left and right) and they are kind like attached to each other. I would like to have maybe 10px space between each image.
THX
Here is a link:
tiny.cc/wxewtx
you see the images scrolling (left and right) and they are kind like attached to each other. I would like to have maybe 10px space between each image.
THX
Please Log in or Create an account to join the conversation.
10 years 3 months ago #25258
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Spaces between images in Slideshow
in the file
www.firmen-nest.de/10826_esperluete/modu...fault/css/camera.css
line 51 you can add the overflow and change the width like this
www.firmen-nest.de/10826_esperluete/modu...fault/css/camera.css
line 51 you can add the overflow and change the width like this
Code:
.cameraCont, .cameraContents {
height: 100%;
position: relative;
width: 99%;
z-index: 1;
overflow: hidden;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 years 3 months ago #25263
by Peterlang
Replied by Peterlang on topic Spaces between images in Slideshow
Unfortunately that makes the image a bit smaller but whenever I navigate to the next image they are still connected and there is no space between following images.
Please Log in or Create an account to join the conversation.
10 years 3 months ago #25268
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Spaces between images in Slideshow
this is the only solution that I have found quickly, if you find a better way I encourage to share it

Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds