gallery
4 TopicsSharepoint gallery feature
Advanced warning - I am a comms manager not an IT professional so please keep any response to lamens terms! In Sharepoint modern, we have created a number of image libraries within the document library. In the back end, you can view these as a gallery, and click through each image by using the arrow functions (see top right corner). So when you click on an image, you then have the ability to scroll through the album: However in the front end, no such functionality seems to exist. You can click on an image but have to close each on individually to go into the next, very annoying. While you can view thumbnails to scroll through images, it's not the same user experience as seeing everything in larger detail. Is there an option to have this in the front end? From my limited internet research it (once again) seems like something you can do in Sharepoint classic but not modern - I may well be wrong though. Thanks641Views0likes1CommentClickable Button on Gallery View Document Library
Hello, I have a document library where social media assets are stored. I would like to create a gallery view of the document library that displays a "Download" button, so when the user selects, the file is automatically downloaded to their device. I have figured out how to add the Download button, which works perfectly in the List view. When you switch to gallery view, the button does not display, but I was able to get the button to show up by adding "columnFormatterReference": "[$Download]" to the Format view JSON. However, when the user clicks on the Download button from the gallery view, the file opens. I removed the following JSON code, so the file does not open in a new tab: "customRowAction": { "action": "defaultClick" Now I just need to figure out how to make the "Download" button clickable. Any help would be greatly appreciated. I'm brand-new to JSON and coding in general.Solved4.7KViews0likes9CommentsPadding before the next field
Hi All, Is it possible to create padding before the next field. I have a Description field which starts after the Title however the Title can be 1 line or 2 or 3. In this case, I do want the title to be take up to 3 lines but I would like to start the next field at a fixed position not relative to the title OR alternatively after there is space for 3 lines of title. This will make sure the rest of the card is aligned. Is there any JSON code that can achieve this for my Sharepoint Gallery ViewSolved2.1KViews0likes1CommentFilterable Gallery showing collection data
I would love some help on how to create a filterable gallery on our powerapp. Our idea was to have 3 toggles on top of our gallery that you can toggle on/off to filter by each, Multiple, or none.. We are open to other ways of doing this. Gallery data comes from a collection. We have tried a few ideas we found in forums, I can make it filterable if I put the code in the Items property of the Gallery but I cannot get the toggle to be what determines the filter be on/off.