Overriding media queries without using an iFrame -


i have special requirement:

i'd wrap responsive website in div can change width , height. end result i'd have drop down i'd change width , height of div, allowing "site" contained in div render width , heigh of div.

  • i cannot use iframes
  • browser plugins allow me not work (these not browser machines)

basically, i'd "mock out" browser's api media queries.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -