Questions tagged [bespoke.js]

Bespoke.js is a JavaScript framework that allows a user to create high quality presentations using HTML and CSS, which can then be viewed using a standard web browser.

Bespoke.js is a do-it-yourself (DIY) Presentation Micro-Framework provides the foundation, then gets out of your way so you can focus on uniquely crafting your own personal deck style.

Using keyboard and touch events, Bespoke.js adds classes to your slides, while you provide the CSS transitions.

Less than 1KB minified and gzipped, with no dependencies.

More information is available at GitHub.com/markdalgleish/bespoke.js

6 questions
2
votes
1 answer

Bespoke.js themes in documentation and demo are different

I found amazing html5 framework for presentation. Documentation: https://github.com/bespokejs/bespoke Demo: http://markdalgleish.com/projects/bespoke.js But I was surprised that carousel theme is absent. Is there way to use themes as in…
Daria
  • 276
  • 1
  • 3
  • 13
1
vote
1 answer

Apply z-index to bespoke js carousel plugin

I am trying to implement a carousel using bespoke.js. The link to my codepen is Link. How do I apply z-index to the slides, which are not in focus? If I do z-index:1, then the whole orientation changes so, What should be done ?
Aayushi
  • 1,736
  • 1
  • 26
  • 48
0
votes
0 answers

How can I load the strut editor in pop-up?

I'm using strut editor with Rails 4. I want to display the editor in pop-up, but it's loading at the bottom of the page. How can I load "container-fluid" div inside another div? I'm trying to load the strut editor inside 'popup_body' div, in Ajax…
0
votes
0 answers

Angular Scope Watch Issues Lead To Scope Issues

I am building an Angular application that utilizes the https://github.com/bespokejs/bespoke presentation plugin to create dynamic slides. My slides come from an ng-repeat which generates the HTML. My problem is that depending on the length of the…
Summer Developer
  • 2,056
  • 7
  • 31
  • 68
0
votes
1 answer

Decrease width on Bespoke.js

I'd like to know how to decrease the width between within the 'Classic' theme for Bespoke.js The GitHub can be found here - http://markdalgleish.com/projects/bespoke.js/
Rage
  • 63
  • 3
  • 9
-2
votes
1 answer

Additional email onto following code

How do I add an additional email onto the following: $shop_email = $site->config->business_email; I have already tried a lot of combinations (below), but they don't work: $shop_email = $site->config->business_email, email@domain.com; $shop_email…
tom662
  • 21
  • 3