Git Product home page Git Product logo

Comments (5)

arielsalminen avatar arielsalminen commented on July 18, 2024

Hmm, not quite sure what you mean?

from responsiveslides.js.

ToinePro avatar ToinePro commented on July 18, 2024

Look here:

http://jsfiddle.net/aBxgF/

Currently i work on this option, but i'm not very good with JQuery :p

from responsiveslides.js.

arielsalminen avatar arielsalminen commented on July 18, 2024

You don't have to add anything (new option or modify the plugin), that's already supported. just call the plugin like this:

$("nav").responsiveSlides();

…Though you might have to make some small css edits.

from responsiveslides.js.

arielsalminen avatar arielsalminen commented on July 18, 2024

Fast css example copied from the demo.css file in this repository:

figure {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

figure img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  }

figcaption {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  }

from responsiveslides.js.

ToinePro avatar ToinePro commented on July 18, 2024

ok, i try it now :)

from responsiveslides.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.