議論 » Greasy Fork への意見

Uploaded screenshots are a mess

q1k
§
投稿日: 2021/03/07
編集日: 2021/03/07

The screenshots on scripts are a big mess, especially if they are different size (or too big). So separating them in the bottom and showing as thumbnails (preferably with title) would be best.

I've made this to use until that happens (I'll probably still change it a bit after it's added).

.user-screenshots {
  display: flex;
  flex-wrap: wrap;
}

.user-screenshots::before {
  content: "Screenshots:";
  width: 100%;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: overline;
  margin-top: 20px;
  margin-bottom: 10px;
}

.user-screenshots > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eee;
  margin-right: 10px;
  min-height: 100px;
  position: relative;
}

.user-screenshots > *::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.user-screenshots > *:hover::after {
  background: rgba(222,222,222,0.2);
}

.user-screenshots img {
  max-width: 170px;
}

§
投稿日: 2021/03/07
編集日: 2021/03/07

Totally agree. I don't even know when the uploaded images that I uploaded start and end, just because they look a little bit alike.

§
投稿日: 2021/03/07

@JasonBarnabe

GREAT! I really wanted it to come back to how it was previously!

Thanks!

§
投稿日: 2021/03/07

Thanks

§
投稿日: 2021/03/09

For this script :
Precise Time Converter on Google
When i click on a screenshot, it open the screenshot in an other tab (not in the lightbox)...

§
投稿日: 2021/03/09

@decembre

It's opening the images on the lightbox on my end

§
投稿日: 2021/03/09
@decembre

It's opening the images on the lightbox on my end

Strange:
Only this example work like that on my principal Waterfox Classic profile.
Oters links are fine.

On an another Waterfox profile, on Chrome and Firefox Quatum that's All is OK....

q1k
§
投稿日: 2021/03/17

@JasonBarnabe

Should be fixed now.

The same issue is still there when updating/creating script, in the uploaded images section.

§
投稿日: 2021/03/17

Really? I've released a lot of updates to different scripts and the images are still normal...

q1k
§
投稿日: 2021/03/17

go to any of your scripts that have screenshots,
click update,
scroll down

§
投稿日: 2021/03/19
編集日: 2021/03/19

@JasonBarnabe

The result is still very very bad on mobile browsers...

Btw can we please have the image size limit be increased to something like 400kb? Most images I try to upload are always almost that size and it's annoying to have to compress the images every time.

If what I said is impossible to do, can we have greasyfork at least automatically compress images that are heavier than 200kb?

§
投稿日: 2021/03/19
編集日: 2021/03/19

@JasonBarnabe:
"can we please have the image size limit be increased to something like 400kb? "
I agree some time they are not enough detailed for the purpose or for a gif.
@hacker09 about :
For this script :
Precise Time Converter on Google
When i click on a screenshot, it open the screenshot in an other tab (not in the lightbox)..."

I have always this problem on particular profile of Waterfox Classic problem only and for only this link too.
Tested without userscripts enable.

What's can interfere at this point for only one script?
My options, an addon?
But why for this only one example (others pages work normally)?
That's strange...

§
投稿日: 2021/03/19

@JasonBarnabe

I can't see any sidebar on the mobile browser either, the problem is that they should have a bigger padding/margin, it's almost impossible to know were an image starts and were another image starts.

返信を投稿

返信を投稿するにはログインしてください。