MakG10 / jquery-meme-generator

A jQuery plugin for interactive creating images with captions (memes) with basic image editing tools.
http://maciej.gierej.pl/en/jquery-meme-generator
59 stars 16 forks source link

How can I change the lineHeight property? #2

Closed mblabs closed 8 years ago

mblabs commented 8 years ago

How can I change the lineHeight property?

MakG10 commented 8 years ago

As of now it's not possible using configuration object. But it's a good point, I will add a lineHeight param. Currently lineHeight is set to font size in line 623:

https://github.com/MakG10/jquery-memegenerator/blob/3fbafd8e12b517415f63b17c5e00cceafe6d1a76/src/js/jquery.memegenerator.js#L623

mblabs commented 8 years ago

It works, thanks! I've tried to edit it in the minified version but never worked! Thank You!