colorbox.settings.yml 656 B

12345678910111213141516171819202122232425262728293031
  1. custom:
  2. style: 'default'
  3. activate: 0
  4. transition_type: 'elastic'
  5. transition_speed: 350
  6. opacity: 0.85
  7. text_current: '{current} of {total}'
  8. text_previous: '« Prev'
  9. text_next: 'Next »'
  10. text_close: 'Close'
  11. maxwidth: '98%'
  12. maxheight: '98%'
  13. initialwidth: '300'
  14. initialheight: '250'
  15. overlayclose: TRUE
  16. returnfocus: TRUE
  17. fixed: TRUE
  18. scrolling: TRUE
  19. slideshow:
  20. slideshow: 0
  21. auto: TRUE
  22. speed: 2500
  23. text_start: 'start slideshow'
  24. text_stop: 'stop slideshow'
  25. advanced:
  26. unique_token: 1
  27. mobile_detect: 1
  28. mobile_device_width: '480px'
  29. caption_trim: 0
  30. caption_trim_length: 75
  31. compression_type: 'minified'