hi there!
i have a special problem. on the homepage of my website if one special div which is always 80% of the browser-width.
no i load a varying number of images into this div:
{exp:channel:entries channel="projekt" orderby="random" search:auf_der_startseite_zeigen="Auf der Startseite zeigen"}
<div class="project">
{exp:channel_images:images entry_id="{entry_id}" cover_only="yes"}
<div class="projectimage215"><a href="http://{title_permalink=projekt/index}">{exp:ce_img:single src="/images/uploads/multiply3pc.gif" height="{image:height:small}" width="{image:width:small}" watermark="{image:url:small}|0,0|100|left,top|0,0|multiply" crop="yes" allow_scale_larger="yes" alt="{title}" title="{title}"}</a></div>
{/exp:channel_images:images}
</div>
{/exp:channel:entries}is it possible to repeat these images automatically til the div is “full”?
and to auto-repeat even more of the images when the size of the browser is changed after that?
when the window-size gets smaller its no problem to hide the overflow. but how to i get the auto-repeating?
any ideas?
thank you in advance!
matthias