You are here

picture_colorbox.css in Picture 7

Same filename and directory in other branches
  1. 7.2 picture_colorbox.css
.picture-colorbox-container {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  height: 100%;
}
.picture-colorbox-container img {
  max-width: 100%;
  max-height: 100%;
}

File

picture_colorbox.css
View source
  1. .picture-colorbox-container {
  2. max-width: 100%;
  3. max-height: 100%;
  4. overflow: hidden;
  5. height: 100%;
  6. }
  7. .picture-colorbox-container img {
  8. max-width: 100%;
  9. max-height: 100%;
  10. }