Slightly off topic. Does anyone know how to get th...
# cfml-general
d
Slightly off topic. Does anyone know how to get the chrome dev tools to act as though the page was being printed, so it applies those @media rules? This page seems to say you can: https://developer.chrome.com/docs/devtools/rendering/emulate-css But my console doesn't look like that, I don't see the Rendering tab they're talking about. Thoughts?
n
Click the three dots - you should be able to select render
c
for me it was: three dots > More tools > Rendering
j
( ctrl | cmd ) + shift + p then type print and you should see the option to emulate CSS print media type
CleanShot 2024-07-03 at 14.51.07@2x.png
d
Thank you @jc, that worked. I saw that Run entry area once, but it's gone now, and I can't figure out how to get it back. But, the media stuff is near the bottom of the console window, and it works, so I'm good. Thanks again.
j
The run command menu is accessible by using the keyboard schortcut I mentioned