Skip to content

Move content around at different resolutions with ease

License

Notifications You must be signed in to change notification settings

metz0r/vesponsive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vesponsive

Move content around at different screensizes with ease

##Usage

Vesponsive.init({
  elems: [
      {
          selector: '#elem_to_move', // Element to be moved
          receiverSelector: '#elem_to_receive', // Move to this element
          position: 'before', // Place the moved element before the receiver
          breakpoint: 1240, // Move the element at this breakpoint
          additionalClass: 'toplist-responsive' // Add additional classes to the moved element
      }
  ]
});

About

Move content around at different resolutions with ease

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%