4
Reply

get device screen size in asp.net mvc

Shibly  Sadik

Shibly Sadik

Aug 9 2015 5:48 AM
2.2k
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)