Erase screen | XM Community
Skip to main content
Question

Erase screen

  • September 1, 2021
  • 1 reply
  • 14 views

I have a survey where one page has to be 600px and the next page has to be 1200px. I have used the scripts: jQuery(".Skin .SkinInner").css({"min-width": "600px"}); for the first page and jQuery(".Skin .SkinInner").css({"min-width": "1200px"}); for the second page. The scripts works. However, the first page is briefly shown in 1200px before the second page loads. Is there a way to erase the 600px screen before the 1200px screen is shown?

1 reply

cbhavsar
QPN Level 4 ●●●●
Forum|alt.badge.img+29
  • QPN Level 4 ●●●●
  • September 24, 2021

Hi,
Instead of writing Jquery, I suggest you to use CSS directly as:

You can add this code directly in HTML of the question text and it will work like a charm! :)

All the best for your project!