Moc / cookbook

Important: NOT READY FOR RELEASE YET!! A fully featured Cookbook plugin for e107, for all your recipes. Includes functionalities such as categorization, sharing, and bookmarking.
Apache License 2.0
2 stars 3 forks source link

Allow variable image size - support SETIMAGE in template #10

Closed Jimmi08 closed 2 years ago

Jimmi08 commented 2 years ago

Motivation

Now is always image 180px, there is no possible to change it

Reason: $thumbUrl = e107::getParser()->thumbUrl($thumbImage, 'aw=180');

Proposed Solution

Support f.e. {SETIMAGE: w=900&h=600}

Fix

$thumbUrl = e107::getParser()->thumbUrl($thumbImage); and {SETIMAGE: w=180&h=180} in template