Image style all
Categories
Component ID
2430353
Component name
Image style all
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Use any path inside Drupal root to image style images. For example:
sites/default/files/styles/thumbnail/<strong>site</strong>/images/bench.jpgfor filesites/default/images/bench.jpgsites/default/files/styles/thumbnail/<strong>all</strong>/themes/mytheme/logo.pngfor filesites/all/themes/mytheme/logo.png
You can do this, because of 2 new file schemes/stream wrappers: site:// (looks inside sites/CURRENT_SITE) and all:// (looks inside sites/all)
