Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • René Andersen 238 posts 684 karma points
    May 22, 2013 @ 10:25
    René Andersen
    0

    Damp Classic for image slider / carousel

    Hi

    I am trying to make a image slider with the DAMP Classic without cropped images. I think that I have to use foreach somewhere in the code below but i have tried several approaches without luck. The code should be as simple as possible. The code below shows one image and the DAMP Data Type is set to ID and not Full Media XLM.

    @inherits umbraco.MacroEngines.DynamicNodeContext
    @using DigibizAdvancedMediaPicker;

    @{
    dynamic media = Model.MediaById(Model.imageDamp);
    <img src="@media.umbracoFile" alt="@media.nodeName"/>
    }

    Please help. :-)

    Thanks in advance!

    // René

  • René Andersen 238 posts 684 karma points
    May 23, 2013 @ 08:50
    René Andersen
    0

    Anyone? :-)

  • René Andersen 238 posts 684 karma points
    May 27, 2013 @ 08:44
    René Andersen
    0

    Does anybody know how to show multiple images with DAMP Classic (without using the crop function)?

    //René

Please Sign in or register to post replies

Write your reply to:

Draft