Hey there,
maybe I have overlooked the solution in my internet search but I can not find a solution for the following problem:
I have a media folder with some pictures. In this folder i created another folder with the bigger versions of the images of the parent folder.
Now I would like to loop through the first media folder and link each file with the bigger version of the sub folder
eg.: in the parent folder there is a picture mountain1.jpg and in the sub folder of the parent folder there is the picture mountain1_big.jpg
Can anyone of you help me with that problem?
Cheers
Arthur
Umbraco 7 gallery
Hey there, maybe I have overlooked the solution in my internet search but I can not find a solution for the following problem: I have a media folder with some pictures. In this folder i created another folder with the bigger versions of the images of the parent folder. Now I would like to loop through the first media folder and link each file with the bigger version of the sub folder eg.: in the parent folder there is a picture mountain1.jpg and in the sub folder of the parent folder there is the picture mountain1_big.jpg
Can anyone of you help me with that problem? Cheers Arthur
Hi,
what actually do you want to achieve?
Yasir
Hi Yasir, :) I would like to archive: 1. querying a media folder and display all images 2. link all images to a bigger version of these images
Thanks Arthur
Hi,
where do you want to display these images? do you want to create a image gallery? like http://tormodnoreng.com/work/travel/
other wise you really want to loop through media then you can see the media service. check below link
https://our.umbraco.org/documentation/Reference/Management/Services/MediaService
Yasir
Hi!
(http://tormodnoreng.com/work/travel/) -> that is exactly what i am trying to archive. :)
Thanks
Hi,
I assume that Umbraco is new for you thats why you are going to totally wrong direction.
I recommend you that read the documentation here https://our.umbraco.org/documentation/Getting-Started/
How you can achieve this.
Yasir
Thanks!
is working on a reply...