Shows images and videos behind links and thumbnails.
< 脚本Mouseover Popup Image Viewer的反馈
How to scale down the hovered image? I feel they are a bit too big. Which setting to tweak?
I don't follow. The purpose of the script is to show the original (bigger) picture same as the kuehlschrank's version always did. The minimum zoom is either 100% or whatever fits the browser window.
I want it to work in Goodreads, with the smaller thumbnails like here:
Personally I can help only if I think the rule is for a popular site that should be included in the script itself so for all the rest I think you can post a request in the original script's feedback section.
P.S. I'm the author of this script, just using a different handle on github.
You can customize the popup's maximum size by using CustomCSS option in the script's config UI, more info: https://w9p.co/userscripts/mpiv/css.html
Example:
#mpiv-popup {
max-width: 75vw;
max-height: 75vh;
width: auto;
height: auto;
}
Hi yes @wOxxOm , i remember you, you created a Captcha script too. OK I'll ask there. Re popup max size, yes I know it's weird but I always think it's always been too big 😁
Questions
Hello, thank you for reviving this awesome script. Some questions please