Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Hierarchical Transformations for Images View modes: 
User avatar
Member
Member
iweber - 5/8/2013 1:12:10 PM
   
Hierarchical Transformations for Images
Hi all. I'm brand new to Kentico and am having trouble working with transformations, trying to get a group of images to look the way I want. I'm using the Hierarchical viewer web part to try to do this.

How can I implement a transformation for images in a given directory, such that the images are layed out in a vertical fashion (as opposed to horizontal) ?

I will provide more detail upon request. Thank you all in advance.

User avatar
Member
Member
Jason - 5/10/2013 4:08:49 AM
   
RE:Hierarchical Transformations for Images
I'm not really sure exactly what you are trying to do, but if you want images to flow vertical can you just use a repeater with a transformation as follows (very basic HTML)
<div>
<img src='<%# FILE %>' />
</div>
<br />

User avatar
Member
Member
kentico_sandroj - 5/13/2013 7:12:43 PM
   
RE:Hierarchical Transformations for Images
Hello,

I believe our Developer guide article on attachments in transformations may answer your question. Should you need any additional clarification, please let me know.

Regards,
Sandro