Socket
Book a DemoInstallSign in
Socket

bespoke-fullscreenbackground

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-fullscreenbackground

fullscreen backgrounds for the slides

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

bespoke-fullscreenbackground

fullscreen backgrounds for the slides

NOTE: I haven't written a test or anything, this is super alpha :-P

Download

Download the production version or the development version, or use a package manager.

Usage

First, include both bespoke.js and bespoke-fullscreenbackground.js in your page.

Then, simply include the plugin when instantiating your presentation.

bespoke.from('article', {
  fullscreenbackground: true
});

When you specify a background image with the data-bespoke-fullscreenbackground attribute, the deck will take that image as background and the cover class will be added to its CSS class list.

Example with jade:

section(data-bespoke-fullscreenbackground='img/backgroundimage.jpg')

Add a cover class to your CSS file with something like this:

.cover {
    background-position: center;
    background-size: cover;
}

Package managers

Bower

$ bower install bespoke-fullscreenbackground

npm

$ npm install bespoke-fullscreenbackground

The bespoke-fullscreenbackground npm package is designed for use with browserify, e.g.

require('bespoke');
require('bespoke-fullscreenbackground');

Credits

This plugin was built with generator-bespokeplugin.

License

MIT License

Keywords

bespoke.js-plugin

FAQs

Package last updated on 16 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts