Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Wing Eraser

    (@wing-eraser)

    Add a line of div with ribbon class.

    <div class="meteor-clip">
    	<div class="ribbon"></div>

    In the css add the following:

    div.meteor-slides .ribbon
    {
    	width: [the width of the ribbon]
    	height: [the height of the ribbon]
    	position: absolute;
    	background: url('the url of the image') no-repeat;
            z-index: 200;
    }

    It works for me.

    Plugin Author Josh Leuze

    (@jleuze)

    Thanks for sharing this code. The default slideshow is intentionally minimalist, no navigation or design, just the slide images.

    If you do want to customize the slideshow, I’d suggest using a custom stylesheet and slideshow template so that your customization aren’t lost when you update the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Meteor Slides] Ribbon support’ is closed to new replies.