Просмотр файла modules/gallery/inc/hidslide.php

Размер файла: 668B
  1. <script type="text/javascript" src="/engine/classes/highslide/highslide.js"></script>
  2. <link rel="stylesheet" type="text/css" href="/engine/classes/highslide/highslide.css" />
  3. <script type="text/javascript">
  4. hs.transitions = ['expand', 'crossfade'];
  5. hs.outlineType = 'rounded-white';
  6. hs.fadeInOut = true;
  7. hs.graphicsDir = '/engine/classes/highslide/graphics/';
  8. // Add the controlbar
  9. hs.addSlideshow({
  10. //slideshowGroup: 'group1',
  11. interval: 5000,
  12. repeat: false,
  13. useControls: true,
  14. fixedControls: 'fit',
  15. overlayOptions: {
  16. opacity: 0.75,
  17. position: 'bottom center',
  18. hideOnMouseOut: true
  19. }
  20. });
  21. </script>