Rendering engine error?

Avatar
  • updated
  • Not a bug
Why isn't this working? It's white and blank. Unusable. Mobile works okay. Every post almost, in Community is broken.

Image 3919


How would you rate the customer service you received?

Satisfaction mark by Mike Wentworth 10 years ago

Thanks!

Add a comment about quality of support you received (optional):

Pinned replies
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
You had wrong custom CSS on your project!
 img {
      max-width: 100%;
      height: auto;
      width:100%;
}
We have fixed it.
Avatar
Sergey Stukov co-founder
  • Not a bug
Mike, it's happens because you put incorrect style in your Custom CSS settings. Global width 100% for all images.

img {
  max-width: 100%;
  height: auto;
  width:100%;
}


Avatar
Vladimir Mullagaliyev co-founder
  • Answer
You had wrong custom CSS on your project!
 img {
      max-width: 100%;
      height: auto;
      width:100%;
}
We have fixed it.