question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

My browser is in 100% zoom and still dont work what is the problem ?

See original GitHub issue

Challenge 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:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
indefinite0212commented, May 19, 2017

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. 😃

1reaction
Miss-Ccommented, May 19, 2017

Actually there is something missing in your html code 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found