Phoca Button - add multiple images?
Posted: 14 Jun 2012, 14:58
Hello,
I have category with about 100 images. If I want choose a few of them to show it in my content, I must choose "images" limit start - limit count. Is there any way, to get for example 5 images, but they aren't side by side.
I try choose 1 image multiple times, but this show me images below. (reason: <div class="clear"> in html)
Is there any way to get few images side by side? I tryed Put multiple ID side to side. But this don't work.
Thanks for some tips.
---- in czech ---
Ahoj,
mám kategorii asi se stovkou obrázku a potřeboval bych v jednom článku zobrazit vedle sebe 5 obrázku, problém je v tom, že obrázky nejsou za sebou v té kategorii. Takže nemohu použít limit start - limit count funkci. Zkusil jsem postupně po jednom obrázku přidat kód ale ono mi to zobrazí obrázky pod sebou (kvůli <div class="clear">..)
Je nějaká šance, abych mohl vybrat více obrázku, které nejsou vedle sebe a aby se zobrazily na webu vedle sebe? Zkoušel jsem: čárky a ID obrázků, ale tohle nefunguje.
Díky za tipy.
I have category with about 100 images. If I want choose a few of them to show it in my content, I must choose "images" limit start - limit count. Is there any way, to get for example 5 images, but they aren't side by side.
I try choose 1 image multiple times, but this show me images below. (reason: <div class="clear"> in html)
Is there any way to get few images side by side? I tryed
Code: Select all
{phocagallery view=category|categoryid=31|imageid=118;861}
Thanks for some tips.
---- in czech ---
Ahoj,
mám kategorii asi se stovkou obrázku a potřeboval bych v jednom článku zobrazit vedle sebe 5 obrázku, problém je v tom, že obrázky nejsou za sebou v té kategorii. Takže nemohu použít limit start - limit count funkci. Zkusil jsem postupně po jednom obrázku přidat kód
Code: Select all
{phocagallery view=category|categoryid=31|imageid=118} ...
Je nějaká šance, abych mohl vybrat více obrázku, které nejsou vedle sebe a aby se zobrazily na webu vedle sebe? Zkoušel jsem:
Code: Select all
{phocagallery view=category|categoryid=31|imageid=118,861}
Díky za tipy.