Community Tip - You can change your system assigned username to something more personal in your community settings. X
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.
Solved! Go to Solution.
You wouldn't be able to force a resolution.