Copy link to clipboard
Copied
Can a HTML page be used inside of a carousel in place of an image?
You will have to include the html page via an iframe assuming you mean you want to include a whole complete html page which includes body tags..........l cant see why it wouldn't work but it doesn't sound like a good idea to me unless this html page has limited information. Sounds to me like a user would be really frustrated if they started reading the page and it moved sideways after a few seconds. Carousels are meant to house very short snippets of information, like a caption, a link and an im
...Copy link to clipboard
Copied
What carousel are you using? Some pre-made scripts are designed to only work with a particular content type, thus what you are asking to do might be outside the scope of what the script is capable of handling. But if this is something you programmed yourself, yes, data can live outside the carousel and pulled in.
Copy link to clipboard
Copied
I'm using a pre-made bootstrap script for the carousel. Works just fine with images, but now my boss would like me to have it pull in a html page as one of the slides.
Copy link to clipboard
Copied
You will have to include the html page via an iframe assuming you mean you want to include a whole complete html page which includes body tags..........l cant see why it wouldn't work but it doesn't sound like a good idea to me unless this html page has limited information. Sounds to me like a user would be really frustrated if they started reading the page and it moved sideways after a few seconds. Carousels are meant to house very short snippets of information, like a caption, a link and an image or just the image.
Copy link to clipboard
Copied
Thank you, the iframe worked great.
Copy link to clipboard
Copied
Yes, Bootstrap Carousel can support HTML text, images, lightboxes or videos, if it's set-up correctly. See examples below:
https://mdbootstrap.com/docs/standard/components/carousel/
Copy link to clipboard
Copied
Take a screen shot of the page and use that as one of the images.
Copy link to clipboard
Copied
Also resize the screenshot to fit your Carousel.