Skip to content

Instantly share code, notes, and snippets.

@underhilllabs
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save underhilllabs/11188815 to your computer and use it in GitHub Desktop.
Save underhilllabs/11188815 to your computer and use it in GitHub Desktop.
Drupal 7 insert images into posts

Modules to download and install

insert

image_resize_filter

install

drush dl insert image_resize_filter

drush en -y insert image_resize_filter

Configure Images for Posts

  1. add image field to content type

  2. in field configuration >> insert >> enable insert button

Configure Image Resize Filter

  1. add "Image Resize Filter" filter to Full HMTL and Filtered HMTL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment