Closed Haroenv closed 8 years ago
If you solve this by giving the images a max-width and max-height, you'd avoid the scrolling now needed and for which there isn't really time if the reload is every second.
max-width
max-height
This was due to a header I added. Inline styles violate the policy that I set and I forgot to sepperate the style and html.
If you solve this by giving the images a
max-width
andmax-height
, you'd avoid the scrolling now needed and for which there isn't really time if the reload is every second.