Narrativeweb: Referenced regions problems (#946)

When image width > 800, the referenced regions are incorrectly placed

Fixes #11414
This commit is contained in:
Serge Noiraud
2019-11-05 02:06:06 +01:00
committed by Sam Manzi
parent 2e1132bec0
commit 789b72289c
9 changed files with 17 additions and 17 deletions

View File

@@ -838,11 +838,10 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
}
#GalleryDisplay img {
margin: 0 auto;
max-width: 800px;
height: auto;
}
@media only screen and (max-width: 1080px) {
@media only screen and (max-width: 1600px) {
#GalleryDisplay img {
max-width: 100%;
}