Hi
Maybe we add this option on next update.
For now, NSP GK4 only provides thumbnails in px.
If you want, there's a way to make this using hard code.
Disable "Create thumbnails" option, set "0" to both width and height image dimension values and add this code:
- Code: Select all
#nsp-moduleID .nsp_image{width: 50%;height:50%}
moduleID is the unique ID of the module. So it will only effect this specific module.
Beware that this will not use thumbnails both resize image.
Cheers