Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save birksy89/a54f22b87bd468ad16b0cb33926e90b7 to your computer and use it in GitHub Desktop.
Save birksy89/a54f22b87bd468ad16b0cb33926e90b7 to your computer and use it in GitHub Desktop.
@{
string imgURL = cont.image + "?w=300&h=300&mode=crop&scale=both";
string placeholderURL = "/Portals/0/Graphics/Rondo-Placeholder-300.png";
}
<img src='@(cont.Image ==null ||cont.Image == "" ? placeholderURL : imgURL)'/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment