Zoltan Benko

Results 7 comments of Zoltan Benko

I would also like an option to set an element to stick to the bottom of the viewport. For example Google inbox has a similar feature when you open a...

I'm having the same issue :(

I need a way to tell dropzone to only accept `.jpg` and `.jpeg` but none of the other JPG variants ```js 'image/jpeg': ['.jpg', '.jpeg'], 'image/png': ['.png'], 'image/gif': ['.gif'], 'image/webp': ['.webp'],...

I tried using the fabricJS instance but it did not work, how do I do this: ```js const originalToObject = fabric.Object.prototype.toObject; const myAdditional = ['id']; fabric.Object.prototype.toObject = function (additionalProperties) {...

I'm facing the same issue, I want urls to my files saved in firestore for quick access but I also want them to respect the rules I wrote for the...