Image Styles
This is a sample page with examples on Images Wrapping into content items.
Some Styles Can Support Pattern
Default Image Wrap Style
![](/images/stories/demo/sam-1.jpg)
Shadowed Image
![](/images/stories/demo/sam-1.jpg)
Shadowed Image 2
![](/images/stories/demo/sam-1.jpg)
Blue Border Image
![](/images/stories/demo/sam-1.jpg)
Gray Border Image
![](/images/stories/demo/sam-1.jpg)
White back description
![](/images/stories/demo/sam-1.jpg)
Blue back description
![](/images/stories/demo/sam-1.jpg)
Caption Image
![](/images/stories/demo/sam-1.jpg)
Bubble description
![](/images/stories/demo/sam-1.jpg)
Border description
![](/images/stories/demo/sam-1.jpg)
Image Link 1
Image link 2
The class usage for pattern:
- .img-wrap-1.pattern
- .img-wrap-10.pattern
Standard Wrap Styling
Default Image Wrap
![](/images/stories/demo/sam-1.jpg)
Shadowed Image 1
![](/images/stories/demo/sam-1.jpg)
Shadowed Image 2
![](/images/stories/demo/sam-1.jpg)
Blue Border Image
![](/images/stories/demo/sam-1.jpg)
Grey Border Image
![](/images/stories/demo/sam-1.jpg)
White back description
![](/images/stories/demo/sam-1.jpg)
Blue back description
![](/images/stories/demo/sam-1.jpg)
Caption Image
![](/images/stories/demo/sam-1.jpg)
Bubble description
![](/images/stories/demo/sam-1.jpg)
Border description
![](/images/stories/demo/sam-1.jpg)
Image Link 1
Image Link 2
Code
/* Default Image */ <div class="ja-typo-img-wrap"> <img src="/images/stories/sam-1.jpg" alt="" /> </div> /* Shadowed Image */ <div class="ja-typo-img-wrap img-wrap-2"> <div> <img src="/images/stories/sam-1.jpg" alt="" /> </div> </div> /* Shadowed Image 2 */ <div class="ja-typo-img-wrap img-wrap-3"> <div> <div> <img src="/images/stories/sam-1.jpg" alt="" /> </div> </div> </div> /* Blue Border Image */ <div class="ja-typo-img-wrap img-wrap-4"> <img src="/images/stories/sam-1.jpg" alt="" /> </div> /* Gray Border Image */ <div class="ja-typo-img-wrap img-wrap-5"> <img src="/images/stories/sam-1.jpg" alt="" /> </div> /* Description With White Background */ <div class="ja-typo-img-wrap img-wrap-6"> <img src="/images/stories/sam-1.jpg" alt="" /> <span>Your awesome description</span> </div> /* Description With Blue Background */ <div class="ja-typo-img-wrap img-wrap-7"> <span> <span>Your awesome description</span> </span> <img src="/images/stories/sam-1.jpg" alt="" /> </div> /* Caption Description */ <div class="ja-typo-img-wrap img-wrap-8"> <div> <div> <img src="/images/stories/sam-1.jpg" alt="" /> <span>Your awesome description</span> </div> </div> </div> /* Bubble Description */ <div class="ja-typo-img-wrap img-wrap-9"> <img src="/images/stories/sam-1.jpg" alt="" /> <span><span class="img-wrap-arr"></span> Your awesome description </span> </div> /* Border Description */ <div class="ja-typo-img-wrap img-wrap-10"> <img src="/images/stories/sam-1.jpg" alt="" /> <span>Your awesome description</span> </div> /* Image Link 1 */ <div class="ja-typo-img-wrap img-wrap-11"> <img src="/images/stories/sam-1.jpg" alt="" /> <a href="#">Your awesome description</a> </div> /* Image Link 2 */ <div class="ja-typo-img-wrap img-wrap-12"> <img src="/images/stories/sam-1.jpg" alt="" /> <a href="#">Your awesome description</a> </div>
Examples
IMG-WRAP-7 LEFT
![](/images/stories/demo/sam-1.jpg)
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum'..
IMG-WRAP-3 RIGHT
![](/images/stories/demo/sam-1.jpg)
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.