Carousel
3 TopicsSharePoint Online Communication-Image Gallery-Carousel-Hyperlink
I was wondering whether it is possible to add a hyperlink to each Image in the Image Carousel. So far, I find no place to add a hyperlink. I tried adding an href tag under Caption but it does not work. Kindly Help!8KViews0likes5CommentsCarousel Images are 16:9 / 1080 x 1920 and there is a gray band at the bottom of the carousel
Hi, all, I am working on making an "announcement" carousel at the front of my firm's SharePoint page. We wanted the information to show directly on the screen when you log in. I have tried many, many thing. I have tried all the different aspect ratios that I have found online. The default ratio reads as 16:9. I've even seen on this Microsoft Help page the ratio 21:9, which absolutely does not work. Here is a screenshot of the little bottom boarder I am talking about. This is a full 16:9, but I had to cut out some personal information for my sight. Just look at that grey boarder. We want it to blend seamlessly into the webpage's white, but it is looking impossible. Here is another feed with this question, but you can still see the lines in the example sent, and another feed left without a response. Would love if Microsoft would just tell us that it isn't possible. Would love any help that can be provided! Thank you, Noah Jaccard459Views0likes0CommentsSharePoint list (not site) image carousel
I'm looking for a way to create an image carousel in a list. Currently I have a list that displays an image using: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "img", "style": { "position": "relative", "width": "200 px" }, "attributes": { "src": "@currentField" } } What I'd like to do is add links to other images in other columns have have the carousel rotate through the value of the other columns. I found something like this, but can't quite figure out if there's a way to add this type of formatting into the column: { "timeline": { "tracks": [ { "clips": [ { "asset": { "type": "image", "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/images/happy1.jpg" }, "start": 0, "length": 2, "effect": "slideLeft", "transition": { "out": "carouselLeft" } }, { "asset": { "type": "image", "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/images/happy2.jpg" }, "start": 1.4, "length": 2.6, "effect": "slideLeft", "transition": { "in": "carouselLeft", "out": "carouselLeft" } }, { "asset": { "type": "image", "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/images/happy3.jpg" }, "start": 3.4, "length": 2.6, "effect": "slideLeft", "transition": { "in": "carouselLeft", "out": "carouselLeft" } }, { "asset": { "type": "image", "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/images/happy4.jpg" }, "start": 5.4, "length": 2.6, "effect": "slideLeft", "transition": { "in": "carouselLeft", "out": "carouselLeft" } }, { "asset": { "type": "image", "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/images/happy5.jpg" }, "start": 7.4, "length": 2.6, "effect": "slideLeft", "transition": { "in": "carouselLeft", "out": "carouselLeft" } }, { "asset": { "type": "image", "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/images/happy6.jpg" }, "start": 9.4, "length": 2.6, "effect": "slideLeft", "transition": { "in": "carouselLeft" } } ] } ], "soundtrack": { "src": "https://feeds.soundcloud.com/stream/802202977-unminus-deadfros5h.mp3" } }, "output": { "format": "mp4", "resolution": "sd" } } If there is not a way to use this format, is there a way that I could create a clickable action that rotates through those other columns instead of a fancy carousel? I'm a total noob when it comes to programming but if you give me an example, I can work with that just fine. Thanks.Solved5.8KViews0likes6Comments