Skip to content

Instantly share code, notes, and snippets.

@alaahd
Created January 22, 2013 21:31
Show Gist options
  • Save alaahd/4598621 to your computer and use it in GitHub Desktop.
Save alaahd/4598621 to your computer and use it in GitHub Desktop.
drupal clear image styles
Clearing cache, won't flush image styles: http://drupal.org/node/997332
You could:
delete them manually
use image_style_flush
use the command line: rm -rf sites/default/files/styles
use drush: drush image-flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment