Bigger image previews #2263
Bigger image previews #2263
Comments
|
Yup! Came all the way here to just mention this. Please look into this problem. |
|
i agree. also as a suggested future feature, the ability to filter image results by size or file type would be absolutely wonderful!! in the meantime, i will slowing be studying the code, as perhaps eventually i will know how to help contribute to the project to make such things a possibility! :P |
Feel free to open another issue for that :).
This issue is most likely only Javascript oriented because it's related to the frontend so if you are good in js then you will probably be able to write some code for that. |
|
searx and a browser see two different versions of a same search engine:
Here an example of an google image result without javascript (see https://support.mozilla.org/en-US/questions/994809 ) : If you click on one image, you go directly to the website. Some images are base64 encoded. This is what searx sees. bing image seems to be broken without javascript inside a browser, but searx manages to get the results. So most probably and unfortunately, it is difficult to get bigger image previews. Most probably, because may be for some image search engines, there are some tricks to get the full size image URL with no / few HTTP request(s). As usual for the engines: it requires a careful analysis, and maintenance over time (since a search engine can update its web site any time without notice). |



Currently when clicking an image from search resutls the pop-up includes the image at a fixed size.
I propose to either increase that scaling to a somewhat higher fixed value or factor in the original image size so that very small pictures do not become pixelated.
Currently the preview is too small in my opinion which forces me to visit the website.
The text was updated successfully, but these errors were encountered: