Quote from: haki1986 at Feb 06, 2014, 11:17 AM
<img src="[[phpthumb? &input=`[+img1+]` &options=`w=250,h=140,zc=C`]]" alt="">
needs to be: zc=1
but it probably doesn't solve the problem, use: &input=`[+images_dir+][+filename+]`
[!EvoGallery? &docId=`[*id*]` &display=`images` &type=`simple-list` &tpl=`fotoboek-ul` &itemTpl=`fotoboek-li`!]
<li><a href="[+images_dir+][+filename+]" class="fancybox-thumbs" title="[+title+]" data-fancybox-group="thumb"><img class="roundedborder" src="[[phpthumb? &input=`[+images_dir+][+filename+]` &options=`w=85,h=85,zc=1,q=85`]]" alt=""></a></li>
<ul> [+items+] </ul> <div style="clear:both;"></div>
<img src="[[phpthumb? &input=`[+images_dir+][+filename+]` &options=`w=85,h=85,zc=1,q=45`]]" alt=""> <img src="[+images_dir+][+filename+]" alt="">
for test write chunk like this:
<img src="[[phpthumb? &input=`[+images_dir+][+filename+]` &options=`w=85,h=85,zc=1,q=45`]]" alt=""> <img src="[+images_dir+][+filename+]" alt="">
then we can see where the problems
Quote from: dmi3y at Feb 07, 2014, 05:26 AMfor test write chunk like this:
<img src="[[phpthumb? &input=`[+images_dir+][+filename+]` &options=`w=85,h=85,zc=1,q=45`]]" alt=""> <img src="[+images_dir+][+filename+]" alt="">
then we can see where the problems
Check this: http://kulczykstudio.pl/eti/test.html
[[EvoGallery? &display=`images` &docId=`[*id*]` &itemTpl=`gallery_list_one_item` &limit=`1` &includeAssets=`0` &sortBy=`sortorder`]] <li><a id="largeImageSrc" style="display:block;"><img id="largeImage" src="[[phpthumb? &input=`[+images_dir+][+filename+]` &options=`w=480,h=350,zc=1`]]" alt="[+title+]" /></a></li>
Maybe "/eti/" in filepath is the issue here?
Check this: http://kulczykstudio.pl/eti/test.html
<img src="[[phpthumb? &input=`assets/galleries/81/preview.png` &options=`w=85,h=85,zc=1,q=45`]]" alt="">
Quote from: haki1986 at Feb 07, 2014, 05:37 AMQuote from: dmi3y at Feb 07, 2014, 05:26 AMfor test write chunk like this:
<img src="[[phpthumb? &input=`[+images_dir+][+filename+]` &options=`w=85,h=85,zc=1,q=45`]]" alt=""> <img src="[+images_dir+][+filename+]" alt="">
then we can see where the problems
Check this: http://kulczykstudio.pl/eti/test.html
update phpthumb in one my site all work correct
[[EvoGallery? &display=`images` &docId=`[*id*]` &itemTpl=`gallery_list_one_item` &limit=`1` &includeAssets=`0` &sortBy=`sortorder`]] <li><a id="largeImageSrc" style="display:block;"><img id="largeImage" src="[[phpthumb? &input=`[+images_dir+][+filename+]` &options=`w=480,h=350,zc=1`]]" alt="[+title+]"></a></li>
Quote from: haki1986 at Feb 07, 2014, 05:37 AMMaybe "/eti/" in filepath is the issue here?
Check this: http://kulczykstudio.pl/eti/test.html
Try this for testing:
<img src="[[phpthumb? &input=`assets/galleries/81/preview.png` &options=`w=85,h=85,zc=1,q=45`]]" alt="">
Does it work? I'm pretty sure its a path thing. If not here then somewhere else.
Quote from: pmfx at Feb 07, 2014, 05:59 AMQuote from: haki1986 at Feb 07, 2014, 05:37 AMMaybe "/eti/" in filepath is the issue here?
Check this: http://kulczykstudio.pl/eti/test.html
Try this for testing:
<img src="[[phpthumb? &input=`assets/galleries/81/preview.png` &options=`w=85,h=85,zc=1,q=45`]]" alt="">
Does it work? I'm pretty sure its a path thing. If not here then somewhere else.
yes trouble with /eti/
need fix EvoGallery
its not trouble phpthumb
So which version of EvoGallery i shall use in MODX Evo 1.0.12 ?I think that there is nothing wrong with EvoGallery.