Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. admin/config/media/image-styles
  2.  
  3. $style='full_content_width';
  4. $path=$node->my_img_field['und']['0']['uri'];
  5. $style_url = image_style_url($style, $path);
  6. print "<img src=".file_create_url($style_url)." >";
  7.  
  8. drupal image:styles:flush image_style
  9.  
  10. drupal image:styles:flush image_style
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement