Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Disable Responsive Web Design

  • 2 trả lời
  • 2 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi ch3mn3y

more options

Hi

I know it's the way site is build, so app has less to do with it, but is there a way to disable or override it - for example by submitting always higher resolution than it really is?

I always use FF on half of the screen, but some sites have set minimal resolution of Responsive, higher than half of my screen (~1000x1000-taskbar).

Regards

Hi I know it's the way site is build, so app has less to do with it, but is there a way to disable or override it - for example by submitting always higher resolution than it really is? I always use FF on half of the screen, but some sites have set minimal resolution of Responsive, higher than half of my screen (~1000x1000-taskbar). Regards

Tất cả các câu trả lời (2)

more options

Unfortunately, this would be extremely difficult to do, simply because there are multiple ways that the website developer can determine how to display responsive designs on your browser.

Sometimes developers use @media queries to determine the screen resolution and load a specified CSS file to change the website. There are also a number of other conditions that you can add to the media queries in order to determine what layout would be best for your browser.

Other times the developer has simply used percentages to set the size of different elements, rather than static lengths.

If you try to stop responsive website designs, you run the risk of breaking certain websites.

more options

I wished that there will be a solution...

Seems that I need to live with this **** (it's not swear, but don't know how to call something useful, but useless the same time...).

Thanks for clarifying it to me.