會員註冊 / 登入  |  電腦版  |  Jump to bottom of page

User Forum » Implementing custom image gallery - Wikipedia example

發表人: Kevin
3 年 前
Hi team,

We noticed that attached images have their details blurred. So in case we want to add a picture of something, we might get a good rendering of it and understand what's on the picture. Nevertheless, if we attach a slide of a presentation, the text in it gets blurred and unreadable. Is it possible to add a custom gallery, alike Wikipedia one? Or maybe you have any other tips for better rendering of pictures?

Thanks,
Kevin

發表人: udittmer
3 年 前
The scaling down of attached images is deliberate, in order not to mess up the page layout in case of large images.

What would be good to have happen is that clicking on an image opens it in full size in a new tab. That would make the text easy to read - would that help you?

發表人: Kevin
3 年 前
I think that solution could be handy in case we had one / two images inside the same topic. Nevertheless, when we have more, it is not comfortable to switch between pages.

I was thinking about maybe an image preview when we hover over the miniature of the image. Would JForum support this kind of functionality?

發表人: udittmer
3 年 前
You mean something like http://cssdemos.tupence.co.uk/image-popup.htm? That might make for a useful addition.

發表人: Kevin
3 年 前
Yes, that would look neat! So I understand it is feasible with JForum?

發表人: udittmer
3 年 前
It's software - just about everything is feasible smilie

What I meant is I can add that to the codebase. I'll probably get around to it soon, likely by next week.

發表人: Kevin
3 年 前
That's quick, thanks! Please keep me posted on this matter.

Thanks,
Kevin

發表人: udittmer
3 年 前
I just committed that change. It'll be in the next release (which should be out in the next month or so), or you can get it today by building from source code.

發表人: Kevin
2 年 前
Thank you for the swift change! Could you provide us the source code or a convenient way to build from it? In case we would be interested in having it sooner.

發表人: udittmer
2 年 前
You can grab the source code via SVN as described in https://sourceforge.net/p/jforum2/code/HEAD/tree/, and then do something like "mvn -DskipTests=true package" which will create a deployable war file.




會員註冊 / 登入  |  電腦版  |  Jump to top of page