Copied to clipboard

Flag this post as spam?

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


  • Billy 55 posts 266 karma points c-trib
    Apr 07, 2021 @ 10:59
    Billy
    0

    Column width in component partial view

    Hello,

    I'm trying to create a component in the grid to print an image. The width of the image should depend on the column in which it is used.

    For example:

    • An image in a 12 column width should be 1200px .
    • An image in a 6 column width should be 600px.

    Is there a way to get this column width already? Can it be passed to my partial view?

    `@{ var imageWidth = ?; }

    `

    Thanks for any help.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies