Shibly  Sadik

Shibly Sadik

  • NA
  • 167
  • 139k

get device screen size in asp.net mvc

Aug 9 2015 5:48 AM
I need to get the screen size and then compare it inside html tags.. 
 
Is there any way to do something like below?
 
 
  @if(screen.width<1366)
  { 
    <img src="#" width="500" />
  } 

Answers (4)