0

i created a jquery media on my wordpress blog. When people come on my blog on mobile its show only a specific content, and when they are on desktop it shows something else.

The thing is, i want to add a "view desktop version" so it bring people to the original content. However since i have media query it bring back to mobile view.

anyway to bypass the media query once they click on desktop view ?

Thanks

Omar
  • 32,302
  • 9
  • 69
  • 112
user3225427
  • 21
  • 1
  • 3

1 Answers1

0

You could try looking into ReViewJs, it looks like that is being developed for the purpose of solving your kind of problem.

On a sidenote: If you need something like this you might want to rethink your design-approach. Why would this be necessary? If you really want your users to see the 'original content', why not try to incorporate that into the mobile design?

Hot Pixel
  • 76
  • 2