Menu
  • HOME
  • TAGS

Img stretched in mobile css

css,image,stretched

height: 100%; always stretches it to the screen height, not affecting the width. a better way of doing it is using Jquery to set the the height relative to the width. one way of doing this is by finding the ratio of height:width (1px:1.75px for example) and applying that to...

Table stretches out in Google Chrome and Opera webbrowser when I refresh the page

html,css,table,stretched

The answer was that I used a time input, but my time picker didn't have a style class. This created the problem that chrome and opera couldn't react good on it.