
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
bespoke-fullscreenbackground
Advanced tools
fullscreen backgrounds for the slides
NOTE: I haven't written a test or anything, this is super alpha :-P
Download the production version or the development version, or use a package manager.
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;
}
$ bower install bespoke-fullscreenbackground
$ npm install bespoke-fullscreenbackground
The bespoke-fullscreenbackground npm package is designed for use with browserify, e.g.
require('bespoke');
require('bespoke-fullscreenbackground');
This plugin was built with generator-bespokeplugin.
FAQs
fullscreen backgrounds for the slides
The npm package bespoke-fullscreenbackground receives a total of 1 weekly downloads. As such, bespoke-fullscreenbackground popularity was classified as not popular.
We found that bespoke-fullscreenbackground demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.