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

When editingEnabled: false don´t show default captions #9

Open juanram0n opened 7 years ago

juanram0n commented 7 years ago

Hi! nice work. I'm testing it and when I only want to put and show texts, nothing shows.

My code is: $("#example-save").memeGenerator({ captions: ['bla bla bla', 'bla'], useBootstrap: true, editingEnabled: false, dragResizeEnabled: false });

adonayz commented 6 years ago

@juanram0n Did you manage to fix it?

juanram0n commented 6 years ago

@adonayz WOW! year and a half later... I'm sorry don't really remember... but if I take this today I absolutelly use pixijs to do that... good luck.

adonayz commented 6 years ago

Haha I actually cheated by hiding divs that are in the mg-controls class and disabling drag and resize

juanram0n commented 6 years ago

Nice!