Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Is @media screen and (min-width: {PixelNumber}px) a "WebKit-only" CSS property?

  • 1 odpoveď
  • 1 má tento problém
  • 6 zobrazení
  • Posledná odpoveď od RensvWalstijn

more options

So I am testing my website in the Responsive Design-modus and there is no problem with the the CSS. But when I am at my phone the site shows me the CSS of desktop. He zooms in because of the viewport (I think). I do not know if this is the problem: https://support.mozilla.org/en-US/kb/web-pages-arent-displaying-properly-firefox-androi

CSS: @media screen and (min-width: {PixelNumber}px) { /* CSS stuf */ } /*or*/ @media only screen and (min-width: {PixelNumber}px) { /* CSS stuf */ }

HTML meta tag: <meta name="viewport" property="viewport" content="width-device-width, initial-scale=0.9">

The website: http://rwalstijn.mtdef.com/

The problem is happening on the following devices: sony xperia m5, Samsung Galaxy j5 2017

So I am testing my website in the Responsive Design-modus and there is no problem with the the CSS. But when I am at my phone the site shows me the CSS of desktop. He zooms in because of the viewport (I think). I do not know if this is the problem: https://support.mozilla.org/en-US/kb/web-pages-arent-displaying-properly-firefox-androi CSS: @media screen and (min-width: {PixelNumber}px) { /* CSS stuf */ } /*or*/ @media only screen and (min-width: {PixelNumber}px) { /* CSS stuf */ } HTML meta tag: <meta name="viewport" property="viewport" content="width-device-width, initial-scale=0.9"> The website: http://rwalstijn.mtdef.com/ The problem is happening on the following devices: sony xperia m5, Samsung Galaxy j5 2017

Všetky odpovede (1)

more options

Vybrané riešenie