How can I access stock image library?
We have integrated the library in the editor under the images tab. You can only access if you are on any of the paid plans. However, you can have a demo of this.
Are we allowed to use it commercially?
Yes, all these images are licensed under Creative Commons Zero
Can I edit the stock images?
Yes, you can do it by dropping the stock images in your design and then clicking "Apply effects" on the right side.
How can I disable stock image library?
You can do by passing the value of "false" in Unlayer init code as shown below:
unlayer.init({
features: {
stockImages: false
}
})
