images
7 TopicsSharePoint 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.8KViews0likes6CommentsSharePoint Online not crawling image columns
Hi all. I have a simple item list with a number of custom columns of differing types: single line of text, hyperlink, managed metadata, attachments and image. I've filled out a few list items and let the crawler index the content and I've reindexed several times. Every single column except the Image column is being indexed. For some reason, Image simply will not show up in the crawled properties, no matter what I do. Is this a known limitation? I haven't been able to find anything specific about crawled properties and Image columns. This is pretty limiting, unfortunately, because it's severely limiting how user-friendly the list is. I know I can use a hyperlink or picture column in place of the Image column, but the interface for it isn't what I was hoping for since the contributors are not very tech-savvy.2.8KViews0likes3CommentsThumbnails in a modern library
I want to display images against items in a document library or list within the rows of the list. As an example, I created a basic list with two columns - title and thumbnail. The thumbnail column is of type picture. When you look at the information on the item, there is a thumbnail image there. How do I get this to show up in the list/library itself? If I switch back to classic mode, the pictures show up (a bit too big to be called thumbnails, but present). How do I make images display like this in a modern view? Thanks for any help.2.6KViews0likes0CommentsSharePoint Picture Library Stopped Showing Photos
On our SharePoint tenant, SharePoint has stopped showing the photos that are in Picture Libraries. This is across all of our SharePoints and applies only to the images in a Picture Library as far as I can tell. Page banners, site icons, images in Pages all still display just fine. This is in any browser: Chrome, IE, Edge.Solved976Views0likes1CommentImage Search Filetype Refiners on SharePoint Online
Has anyone found a way to refine search results by filetypes for images in a picture library? The extension is shown as (aspx) for my images, but they are all .jpg files. I'm using SharePoint Online. I've applied FileType and FileExtension refiners to my refiner web part: Here's my results - note that FileType doesn't even work with these, and I just get .aspx as an extension. FileType works for all my other documents, like .docx, .xlsx, .pdf, etc.5.1KViews0likes5CommentsHub Site news images not visible
I'm experiencing a strange issue with the News web part on a hub site. The web part successfully pulls news articles from all other sites within the hub, but doesn't display the banner images. On top of that the web part doesn't display images for news posted directly on the main hub site except when the news source is set to "This site". In all other cases the web part doesn't display the images. So in this picture the top web part is set to "All sites in the hub", whereas the bottom one is set to "This site". I suspect it's a permission issue that is effecting the crawler, but I can't figure out which permission is wrong. I have granted staff read permission on the root collection and have also done a search reindex on all sites in the hub but the issue remains. The images were also from difference sources, some using the web search tool and others are uploaded. It's also the same on the Sharepoint App on mobile so I don't think it's a caching problem and I've tried multiple browsers. Any ideas? I'm not really sure what else to look at beyond scrapping the whole hub and starting over.2.4KViews0likes6CommentsBad design mistake in header Modern template
As a web designer, I've noticed a script behavior that is absolutely not done in the header of the modern template in SharePoint Online. If I add an image to the header, the script automatically adds a filter over it going from white to grey. The header text is automatically colored white. To show you what I mean: Image before upload: Image after upload: This is a disaster for any designer. It's a mistake. Never change or interfere with an image someone uploads! I would like to see the designers of the Modern template to remove this automatic overlay and give people the opportunity to choose a color for text. Or... Could someone please tell me how to do this myself? I am an expert in CSS and HTML, but have no options in the Modern template (also weird)1.2KViews0likes1Comment