Skip to content
Snippets Groups Projects
Commit 261faf0b authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1444650 by damiankloip: Make documentation of theme_image_style clearer

parent dfacba7f
No related branches found
No related tags found
No related merge requests found
......@@ -1171,7 +1171,9 @@ function image_effect_apply($image, $effect) {
* - style_name: The name of the style to be used to alter the original image.
* - path: The path of the image file relative to the Drupal files directory.
* This function does not work with images outside the files directory nor
* with remotely hosted images.
* with remotely hosted images. This should be in a format such as
* 'images/image.jpg', or using a stream wrapper such as
* 'public://images/image.jpg'.
* - width: The width of the source image (if known).
* - height: The height of the source image (if known).
* - alt: The alternative text for text-based browsers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment