Created
April 21, 2015 11:22
-
-
Save cowboymathu/129b45d849cd27bdb386 to your computer and use it in GitHub Desktop.
magnific-popup center css
This file contains 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
<style> | |
.album-billede-box-pop { | |
width: 100%; | |
text-align: center; | |
} | |
.album-billede-single-pop { | |
display: inline-block; | |
} | |
</style> | |
<div class="album-billede-box-pop"> | |
<div class="album-billede-single-pop"> | |
<a href="javascript:void(0)"> | |
<img src="xxxx" style="max-width: 768px"> | |
</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment