using this old theme: GitHub - chris-brown/Masonry-Ghost-Theme: Theme for Ghost blogging engine
config:
it gives image with large resolution anyway, how can i debug?
using this old theme: GitHub - chris-brown/Masonry-Ghost-Theme: Theme for Ghost blogging engine
config:
it gives image with large resolution anyway, how can i debug?
Custom images sizes feature was introduced in Ghost v2. Make sure engines
exists in your package.json
.
"engines": {
"ghost": ">=2.0.0"
}