Created
February 3, 2014 06:55
-
-
Save studiopress/8779765 to your computer and use it in GitHub Desktop.
Parallax Pro Pull Images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This Image will pull out to the Left of the post content --> | |
<img class="pull-left" alt="Sample Image" src="http://demo.studiopress.com/parallax/files/2014/01/sample-1.jpg" /> | |
<!-- This Image will pull out to the right of the post content --> | |
<img class="pull-right" alt="Sample Image" src="http://demo.studiopress.com/parallax/files/2014/01/sample-2.jpg" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment