Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A JavaScript framework that helps to generate fake content to test your web design

License

Notifications You must be signed in to change notification settings

taophp/joremsipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JoremSipsum

A JavaScript framework that helps to generate fake content to test your web design.

Installation

Include joremsipsum.js script in the HTML <head> of your page :

<script src="/path/to/jorempsipsum.js"></script>

Usage

Image placeholders

<div data-jo="img" data-jo-width="500" data-jo-height="160"></div>

<div data-jo="img" data-jo-width="500" data-jo-height="160" data-jo-text="With some text"></div>

<div data-jo="img" data-jo-text="Yellow background" data-jo-bg-color="yellow"></div>

<div data-jo="img" data-jo-photo="design"></div>

<div data-jo="img" data-jo-photo="car,building"></div>

<div data-jo="img" data-jo-photo="design,car/all"></div>

Texts from Wikipedia

<div data-jo="wiki" data-jo-paragraphs="1"></div>
<div data-jo="wiki"></div>

About

A JavaScript framework that helps to generate fake content to test your web design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published