cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

CSS for mashup responsiveness

svisveswaraiya
17-Peridot

CSS for mashup responsiveness

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.

1 ACCEPTED SOLUTION

Accepted Solutions

You wouldn't be able to force a resolution.

View solution in original post

1 REPLY 1

You wouldn't be able to force a resolution.

Top Tags