문제

나는이 주제에 대한 많은 정보를 발견하지 못하는 이유가 있거나 아무도 그 질문을하지 않는 이유는 무엇입니까?어쩌면 가능하지 않을 수도 있습니다.

내 질문 : SharePoint 2013에서 뉴스 피드 이미지를 확대 할 수 있습니까? 예를 들면 피드에서 클릭하는 것

나는 그들이 특정 크기로 업로드되는 것을 이해한다. 따라서 그들이 의미가 없을 것이라는 확대된다.

미리 감사드립니다 ...

도움이 되었습니까?

해결책

welcome to SharePoint Stack Exchange!!

It is not possible out of the box, just so that you know!

But, your problem was so interesting that I thought of spending couple of hours just to develop a small customization :)

So this is how my solution works:

  1. The default size of images posted on Newsfeed time-line is 300x300px
  2. I developed a custom feature that injects JavaScript and CSS on the fly, and with the help of jQuery, you can Zoom-in and Zoom-out the Newsfeed image :)
  3. Remember I set the starter height and width of image to be 150x150px (zoom-out size). When you click the image it will animate from 150px to 300px, kinda of animating zoom-in affect

See the pictorial demo below:

The normal Newsfeed image with 150px:

enter image description here

The Newsfeed image with Zoom effects 300px enter image description here

Here is the link to complete source code. Please download and rate the project and feel free to improve it :)

Happy SharePointing!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top