NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:internal-function-call:image-call [2009/08/25 18:30] Knut Heermann (flip-flop) |
english:technics:internal-function-call:image-call [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>100}} | {{indexmenu_n>100}} | ||
| - | ===== Image call tag ===== | + | ===== Image call tag cmsimage.php ===== |
| There is a uninversal methode by tag to display every picture with desired item and issue format. | There is a uninversal methode by tag to display every picture with desired item and issue format. | ||
| Line 25: | Line 25: | ||
| The quality can also escaped //(value from conf.inc.php used)//. | The quality can also escaped //(value from conf.inc.php used)//. | ||
| + | |||
| + | **Minimal:** | ||
| + | <code html><img src="img/cmsimage.php/100x150/66" alt="mein Bild" />[/ID]</code> | ||
| + | |||
| + | -> Quality from conf.inc.php, no cropping, the image with the ID = 66 is used. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| <note tip> | <note tip> | ||
| Line 30: | Line 41: | ||
| </note> | </note> | ||
| - | <note tip>For catching the **file-ID** you must only going into the file center, then please move the mouse over the little pic in front of the filename.</note> | + | <note tip>For catching the **file-ID** you must only going into the file center, then please move the mouse over the little pic in front of the filename. \\ |
| + | |||
| + | \\ | ||
| + | Have a look: [[english/phpwcms-system/file#file_center|Find a file or folder ID]]</note> | ||