~ubuntu-branches/ubuntu/raring/ubiquity-slideshow-ubuntu/raring

« back to all changes in this revision

Viewing changes to slideshows/kubuntu/slides/index.html

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne, Julien Lavergne, Aurélien Gâteau
  • Date: 2013-02-24 14:53:05 UTC
  • Revision ID: package-import@ubuntu.com-20130224145305-h3rgy8izx33q946w
Tags: 67
[ Julien Lavergne ]
* Set version to 13.04 for all slideshows.

[ Aurélien Gâteau ]
* Kubuntu: make slideshow not fixed width/height

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        
15
15
        <script type="text/javascript" src="link-core/base.js"></script>
16
16
        
 
17
        <script type="text/javascript">
 
18
        var SLIDESHOW_OPTIONS = {
 
19
                /* Uncomment to debug */
 
20
                // timeout: 4000,
 
21
                /* Make sure our slides fit the window when resized */
 
22
                fit: 1,
 
23
                width: '100%',
 
24
                height: '100%',
 
25
                /* Default slideshow uses the 'scrollHorz' fx, but slides are not
 
26
                resized horizontally with that fx, using 'scrollLeft' workarounds that
 
27
                bug */
 
28
                fx: 'scrollLeft',
 
29
        };
 
30
        </script>
17
31
        <script type="text/javascript" src="link-core/slideshow.js"></script>
18
32
</head>
19
33