Image preview missing in Chrome Developer Tools - google-chrome

Does Chrome Developer tools stopped displaying preview of CSS background images? It used to display it like this:
But now it's not showing the preview image.
sometimes I just want have a look at the background-image to see how the UI effect being implemented(e.g. effect).Anyone knows how to bring it back without modifying of the chrome version? If not, please show me the official declaration for this.
Checked on Chrome Version 60.0.3112.113

Related

There seems to be a bug when using lighthouse, can anyone explain this?

So I noticed this bug while generating a report with lighthouse on a certain site. After finishing, I closed the inspector and clicked on a random link within the site e.g About Page, however there seems to be a black space left behind. I tried running this on several sites, on some sites it shows up, on some it doesn't. Stack-overflow is one of the sites where it does show up.
Is this an issue with google chrome or with the lighthouse plugin? I haven't tried any other web browsers such as Firefox as I don't know how to use their auditing tools.
Thanks
Image attached for reference:
EDIT: Pressing CTRL+SHIFT+I populates that blank space with the inspector tool

My chrome and edge browsers seems to zoom in to the site I develop using html and css. In firefox it is perfect

I cam across this problem when i started to design websites, they look zoomed in in chrome and edge, but it is okay in firefox.
The same websites looks perfect in my friends chrome browser. So, I must have some config settings inaccurate.
Here are some snapshots--
Look in Firefox--
Look in Chrome--
Look in Edge--
Here is another example--
Look in chrome--
Look in firefox--
here is my display settings--
I am nt able to fgure out how to fix this, Please guide me how to resolve this issue.
Link to my github repo-- Github repo link for calculator
I did not find path in while creating shorcuts as stated in one of the comments--
This comment by #Deepak-MSFT fixed the issue. Votes to him on this.
Try to create a Shortcut for MS Edge and Google Chrome browser. Right-click on it and click on Properties. Go to the Shortcut tab. In the Target, field add /high-dpi-support=1 /force-device-scale-factor=1 after the path. Separate path and parameter with single space. Click on Apply and Close. Launch the browser from the shortcut and see whether it fix this issue or not.
The value of the field should be something like:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-frame-rate-limit /high-dpi-support=1 /force-device-scale-factor=1
Also work if Chrome is launched from the "Run dialog" as:
chrome /high-dpi-support=1 /force-device-scale-factor=1
Had the same problem as you with default font size difference between Chrome and Firefox browsers and it is beacause I increased the font size in Windows 10, looks like Chrome interprets this like a general zoom increase because even the browser look is bigger now, not only the text as I intended.
Seems like a bug on Chrome side, as Firefox behaves normal and increases only the text as set in Windows.
Check the Windows font size in Settings / Ease of access / Display / Make text bigger section - there's a slider there.
My current fix is to set the default general zoom level in Chrome settings to 80%, which is a little smaller than Firefox but acceptable, probably 85% would have been perfect but I cannot set custom values.

Black border appear under the bookmark bar of the chrome?

So what confused me recently is that my chrome started appearing a black border under the bookmark bar of the browser.It happens whenever I open my chrome and maximize the window.Even restart the chrome it still appear.It looks like:
You can see the black border is too thick(just compare it with your chrome).
Only when I reduce the window size will it disappear.It looks like:
I have thought it might have something to do with CSS but I can't get any information from the dev tools.I have also turned to chrome community forum for help.Although there is someone alse who met the same problem,none of them know the cause.
Any ideas what might be causing this?Is it a bug?
Version: Google Chrome79.0.3945.79 (Official Build) m (64-bit)
OS: win10
what happens when opening another page? does it show it there?
Try changing the theme to black or another. see what results you get.
If it is related to google homepage only, then it's possibly something to do with getting viewport size and then the related scaling logic.

Chrome Mobile Render tool not rendering dropdowns

When I open Developer tools and turn on device mode, and click any drop down on the page chrome renders options with minimum width and rest of the area as black.
I dont know what is causing this error. I tried to update my graphics card driver, but problem still exists.
After some googling, got to know that this is an issue in Chrome browser itself. Refer the following link for more info - https://bugs.chromium.org/p/chromium/issues/detail?id=553274&q=status%3Aunconfirmed&sort=-id&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified&num=1000

ScaleRaphael Raphael scale bug in Google Chrome

I have an issue with ScaleRaphael that I can reproduce on Google Chrome for Windows and Mac, all other browsers is showing the expected result.
The image does not center/outputted at the correct position. BUT if I open up the Web inspector tool in Chrome the image instantly jumps to its correct position....
You can see the problem in action at their demo page.
SOLVED !!!
If I add paper.text(200,100,"").attr("font","30px Arial").attr("fill","#ffffff");});
in the end after the resizefunctions. (from the scaleraphael example). The image renders correctly in Chrome.
This worked in my case.