hello,
sure, i will be glad if you add a feature in the "management box" to set the width and height of a specific image.
anyway, thanks so much for this plugin.
hello,
sure, i will be glad if you add a feature in the "management box" to set the width and height of a specific image.
anyway, thanks so much for this plugin.
If you need to limit the maximum size of images, you can add this code to the style.css file of your theme:
.cfi {
max-width: 300px;
max-height: 200px;
}You must log in to post.