My browser is in 100% zoom and still dont work what is the problem ?
See original GitHub issueChallenge Size your Images has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
smaller-image {
width: 100px;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
.smaller-image {
width: 100px;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. ">
<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
General Problem when browser's zoom is not set to 100%
The guide instructs us to press Ctr+0. pressing ctr+0 when using Chrome browser, sets the browser back to the defult zoom. If the...
Read more >Adjusting zoom settings in Chrome browser
By default, Chrome sets the zoom level to 100%. To manually adjust the settings, use the Ctrl key and “+” or “-” combos...
Read more >The most common Zoom problems and how to fix them now
Solution 5: Reinstall Zoom If all else fails, uninstall the software. The next time you try to join or start a virtual meeting,...
Read more >How To Fix Google Chrome Zoomed In Too Far [Tutorial]
How To Fix Google Chrome Zoomed In Too Far [Tutorial]The zoom controls allow you to increase or decrease either the size of a...
Read more >zoom is set to 100% but it is actually stuck on 150% | Firefox ...
My Firefox Zoom is set to 100%, however when viewing websites the actual zoom appears to be 150%. This came up when testing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @kennethquinsay There’s something wrong with your code, you should ask first at help room or check the forum before posting a git hub issue. 😃
Actually there is something missing in your html code 😃