Skip to main content
1-Visitor
March 7, 2019
Solved

CSS for mashup responsiveness

  • March 7, 2019
  • 1 reply
  • 1034 views

Hi,

Is it possible to define the mashup resolution to a desired resolution (eg:1366*768) using css?

 

@media all and (max-width: 1366x) and (min-height: 768px) {
 body {
 background: #ccc;
 }
 .someclass {
 padding: 10px;
 }
}

Can I implement the script directly in my custom css space? Please provide some idea.

 

Thanks,

Shalini V.

Best answer by posipova

You wouldn't be able to force a resolution.

1 reply

posipova20-TurquoiseAnswer
20-Turquoise
March 11, 2019

You wouldn't be able to force a resolution.