Discussions » Greasy Fork Feedback

Uploaded screenshots are a mess

q1k
§
Posté le: 07/03/2021
Édité le: 07/03/2021

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;
}

§
Posté le: 07/03/2021
Édité le: 07/03/2021

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.

§
Posté le: 07/03/2021

@JasonBarnabe

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

Thanks!

§
Posté le: 07/03/2021

Thanks

§
Posté le: 09/03/2021

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)...

§
Posté le: 09/03/2021

@decembre

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

§
Posté le: 09/03/2021
@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
§
Posté le: 17/03/2021

@JasonBarnabe

Should be fixed now.

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

§
Posté le: 17/03/2021

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

q1k
§
Posté le: 17/03/2021

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

§
Posté le: 19/03/2021
Édité le: 19/03/2021

@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?

§
Posté le: 19/03/2021
Édité le: 19/03/2021

@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...

§
Posté le: 19/03/2021

@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.

Poster une réponse

Connectez-vous pour poster une réponse.