images
25 TopicsPinning banner images to top of channels - full screen
I'm just developing a Team for our group of 400 people, and am having some trouble with images. For each of my channels, I wanted to pin a banner (which i've been able to do by adding it through a new conversation) to the top of each of my channels. The banners are nice and visual images, with some text over the top. The text is the name of the channel. I.e. Questions and Answers, and with some supporting text about what the purpose of that channel is. The issue i'm having, is that when adding an image to a conversation, it leaves space for text whether you add text to it or not, and means that the banner isn't really showing as visually as i'd like. I wanted it to just sit at the very top above all the conversations so that every time you came to that channel, you'd know what it was for... Any thoughts or workarounds? Even the fullest dimensions of the image would be great to know too. Thank you 🙂 Jodie9.5KViews0likes1CommentDocker for Developers: Understanding the Core Concepts
Docker and containers in general continue to receive a lot of attention, and it’s well-deserved. But, you may have found yourself wondering, “What exactly is Docker? Can it be useful for developers like me?”. This post introduces what images and containers are, how they differ from other options, the benefits they offer, and how you can get started using them in Docker Desktop.9.1KViews5likes3CommentsUnable to Expand images
Myself and colleagues are encountering an issue when trying to expand an image (using Microsoft Teams Version 1.3.00.8663 (64 bit) app on a pc). Clicking on the image results in the background darkening and a small broken icon appearing. It seems to mostly apply to images that have been pasted. The issue eventually clears itself after a week or so but then returns. Is this a known issue? Is there any way to resolve this?Solved6.5KViews2likes6CommentsSharePoint 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.Solved6.1KViews0likes6CommentsImage 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.2KViews0likes5CommentsCopying images to Wiki from Files.
I've uploaded several image folders to a team's General channel Files. Now, I want to add some of the images into the team's General channel wiki. If I choose to "Insert Image" and browse Teams, I can get a list of files with. . . no options to view the images!? From the Files tab, I've tried copy, expecting to go into the wiki and paste, but no. I've gone to Files and gotten a link. But when I paste it into the wiki, it doesn't show the image, it just shows the link. I've even opened Sharepoint, and found an option to copy the Team wiki's channel storage. . . which I cannot find in the Teams App. Tried dragging the image from Sharepoint to the Teams app. . . was excited to see the "+" icon that mean a program is ready to receive my file. . . doesn't do anything. Why is this so hard to do? It really shouldn't be.5.1KViews0likes1CommentImages in Microsoft Teams
Hello, I am using Teams to deliver content to my classes and currently I create a weekly banner announcement. I always upload my own image to be the background for the banner. However, frequently this image will disappear once posted and the default grey banner replaces it. If I go into edit, the image is still there and may appear for a short afterwards. However, this has happened frequently and continues to do so. Also the same thing occurs if an image is pasted into the post space. It appears for a short time and this disappears from view, only to reappear at some later time. Your assistance would be appreciated. 🙂3KViews0likes1CommentSharePoint 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.3KViews0likes3Comments