bZez / Ghost-Appearance

Simple snippet to add zoom on posts images for Ghost 0.11.11

Home Page:http://bzez.co/ghost-instead-of-wordpress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghost-Appearance

Simple snippet to add zoom on posts images for Ghost 0.11.11

Preview

Appearance for Ghost (preview)

Usage

  • CDN: <script src="http://cdn.sambzez.com/js/appearance.min.js"></script>
    <script>
    $(function(){
      appearance();
    });
    </script>
    

Config:

You can set the margin-top and margin-left with: appearance(X,Y) where X = Margin-top & Y = Margin-left in percent.

$(function(){
    appearance(10,10);
});
</script>

Install on Ghost

Put the code in your code-injections block under settings.