Google search expanding images vertically
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.
This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.
Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.
This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.
Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
-
- Astronaut
- Posts: 527
- Joined: 2015-08-23, 17:56
- Location: UK / France
Google search expanding images vertically
Just spotted that, when using Google Search for a topic that returns images at the top, those images expand uncontrolled vertically...
Example:
https://www.google.com/search?q=New+York
Partial screen-shot:
Example:
https://www.google.com/search?q=New+York
Partial screen-shot:
You do not have the required permissions to view the files attached to this post.
Forked extensions :
● Add-ons Inspector ● Auto Text Link ● Copy As Plain Text ● Copy Hyperlink Text ● FireFTP button replacement ● gSearch Bar ● Navigation Bar Enhancer ● New Tab Links ● Number Tabs ● Print Preview Button and Keyboard Shortcut 2 ● Scrollbar Search Marker ● Simple Marker ● Tabs To Portfolio ● Update Alert ● Web Developer's Toolbox ● Zap Anything
Hint: If you expect a reply to your PM, allow replies...
-
- Keeps coming back
- Posts: 823
- Joined: 2015-06-01, 12:52
- Location: US Southeast
Re: Google search expanding images vertically
Quick check over here and I was unable to reproduce this.
-
- Apollo supporter
- Posts: 33
- Joined: 2024-05-09, 20:04
Re: Google search expanding images vertically
Searching up Republika Srpska doesn't expand completely uncontrollably.
However I do remember they expanded like how you said before and took up the entire screen that one time. Unable to reproduce that.
I just use Whoogle nowadays. (I hope that what i just said doesn't age poorly)
You do not have the required permissions to view the files attached to this post.
To see a portion of my specs (CPU, GPU, Laptop Model, OS, and RAM) if not said already, go to my Bio
-
- Astronaut
- Posts: 527
- Joined: 2015-08-23, 17:56
- Location: UK / France
Re: Google search expanding images vertically
Still doing it for me in my regular setup + a clean version of PM Portable...
...Yes, Republika Srpska expands then stops much sooner. I wonder if that's something to do with the speed of turnover of the images of the page:Kxeon wrote: ↑2024-07-18, 13:25Searching up Republika Srpska doesn't expand completely uncontrollably.
In your case it is expanding excessively, but stopping perhaps a little sooner than mine. Maybe linked to the PC spec?
How it looks in Chrome:
You do not have the required permissions to view the files attached to this post.
Forked extensions :
● Add-ons Inspector ● Auto Text Link ● Copy As Plain Text ● Copy Hyperlink Text ● FireFTP button replacement ● gSearch Bar ● Navigation Bar Enhancer ● New Tab Links ● Number Tabs ● Print Preview Button and Keyboard Shortcut 2 ● Scrollbar Search Marker ● Simple Marker ● Tabs To Portfolio ● Update Alert ● Web Developer's Toolbox ● Zap Anything
Hint: If you expect a reply to your PM, allow replies...
-
- Board Warrior
- Posts: 1006
- Joined: 2017-12-14, 12:59
Re: Google search expanding images vertically
Out of curiosity.Falna wrote: ↑2024-07-17, 21:01Just spotted that, when using Google Search for a topic that returns images at the top, those images expand uncontrolled vertically...
Example:
https://www.google.com/search?q=New+York
How about with: https://www.google.com/search?q=new+york&ie=utf-8&oe=utf-8&num=100&hl=en ?
-
- Astronaut
- Posts: 527
- Joined: 2015-08-23, 17:56
- Location: UK / France
Re: Google search expanding images vertically
Yes, for New york, adding num=100 to the search string (or restricting it to any other number of results) fixes it, by forcing a second column. That also works for many others - such as https://www.google.com/search?q=London&num=100gepus wrote: ↑2024-07-19, 09:07Out of curiosity.
How about with: https://www.google.com/search?q=new+york&ie=utf-8&oe=utf-8&num=100&hl=en ?
https://www.google.com/search?q=hong+kong&num=100 and
https://www.google.com/search?q=poland&num=100
However it doesn't work for Republika Srpska (though, as above, that was exhibiting somewhat different behavior).
Forked extensions :
● Add-ons Inspector ● Auto Text Link ● Copy As Plain Text ● Copy Hyperlink Text ● FireFTP button replacement ● gSearch Bar ● Navigation Bar Enhancer ● New Tab Links ● Number Tabs ● Print Preview Button and Keyboard Shortcut 2 ● Scrollbar Search Marker ● Simple Marker ● Tabs To Portfolio ● Update Alert ● Web Developer's Toolbox ● Zap Anything
Hint: If you expect a reply to your PM, allow replies...
-
- Apollo supporter
- Posts: 33
- Joined: 2024-05-09, 20:04
Re: Google search expanding images vertically
Drats. I thought that the bug didn't work on my PC, but as it turns out, it does. I don't know what happened, probably because the images were on the right-hand side instead of the top, but they expand.
So it's just that thing at the top, ig.
Hmm.. I just used Inspect Element and found a variable on the expanding thingies. aria-atomic=true.
I have no idea what happens when you set it to false when the page is loading because I can't. Inspect Element doesn't load in time.
So it's just that thing at the top, ig.
Hmm.. I just used Inspect Element and found a variable on the expanding thingies. aria-atomic=true.
I have no idea what happens when you set it to false when the page is loading because I can't. Inspect Element doesn't load in time.
You do not have the required permissions to view the files attached to this post.
To see a portion of my specs (CPU, GPU, Laptop Model, OS, and RAM) if not said already, go to my Bio
-
- Astronaut
- Posts: 527
- Joined: 2015-08-23, 17:56
- Location: UK / France
Re: Google search expanding images vertically
Looks like aria-atomic is a flag for screen readers, so doubt that's the problem - https://www.holisticseo.digital/technic ... ria-atomic
Forked extensions :
● Add-ons Inspector ● Auto Text Link ● Copy As Plain Text ● Copy Hyperlink Text ● FireFTP button replacement ● gSearch Bar ● Navigation Bar Enhancer ● New Tab Links ● Number Tabs ● Print Preview Button and Keyboard Shortcut 2 ● Scrollbar Search Marker ● Simple Marker ● Tabs To Portfolio ● Update Alert ● Web Developer's Toolbox ● Zap Anything
Hint: If you expect a reply to your PM, allow replies...
-
- Board Warrior
- Posts: 1101
- Joined: 2021-01-26, 11:18
Re: Google search expanding images vertically
Strange problem probably related to CSS "flex".
This seems to work:
userContent.css :
This seems to work:
userContent.css :
Code: Select all
@-moz-document url-prefix("https://www.google.com/search") {
div[role="complementary"] > div { flex: unset !important; }
}
-
- Astronaut
- Posts: 527
- Joined: 2015-08-23, 17:56
- Location: UK / France
Re: Google search expanding images vertically
Forked extensions :
● Add-ons Inspector ● Auto Text Link ● Copy As Plain Text ● Copy Hyperlink Text ● FireFTP button replacement ● gSearch Bar ● Navigation Bar Enhancer ● New Tab Links ● Number Tabs ● Print Preview Button and Keyboard Shortcut 2 ● Scrollbar Search Marker ● Simple Marker ● Tabs To Portfolio ● Update Alert ● Web Developer's Toolbox ● Zap Anything
Hint: If you expect a reply to your PM, allow replies...