3
I need to make a carousel/slideshow of images only it happens inside another image.
Example:
I have this picture of the notebook in png, the slideshow should take place inside his screen. However, controls like arrows and "polka dots" p/ indicate which image is being displayed should stay off the notebook.
I’m pretty new at this, someone knows if there’s a way and can show me a way?
EDIT: Besides all my slides are in trouble.. follows example in js fiddle of what I have so far in jsfiddle https://jsfiddle.net/do9jLvk6/
You can try applying the carousel normally, decrease the central container of the carousel if necessary, and play this image with transparent background in front of the carousel. So the carousel would be standard but with the image in front ...
– Bruno
I’ll try! for that I use that z-index property in my css?
– rayraisemeup
That’s right, if you can post some easy-to-play code, so we can test it from the outside it will be very useful.
– Bruno
@Bruno edited the question with the code I did so far.. gave problem tb , but if you want to take a look
– rayraisemeup
Is the size of the notebook image static? If it is, what would be the size?
– Sam