Problem with images

  • Thread starter Thread starter Deleted member 10469
  • Start date Start date
D

Deleted member 10469

Guest
Hello, I have a problem with big images :
http://thewitcher3.fr/media/les-héros-véritables.5/

0a3627a501.jpg


I have the same problem with the default style, a solution please ?

Note: all template is merged and is ok.
 
This code fix the problem:
Code:
.mediaContainer .imageContainer {
    max-width: 100% !important;
}

It's a bug of XenforoGallery ?
 
Top Bottom