4
Answers

get device screen size in asp.net mvc

Shibly  Sadik

Shibly Sadik

9y
18.8k
1
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)