CSS for mashup responsiveness
Mar 07, 2019
01:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 07, 2019
01:43 AM
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.
Solved! Go to Solution.
Labels:
- Labels:
-
Best Practices
-
Design
-
Examples
-
Mashup-Widget
ACCEPTED SOLUTION
Accepted Solutions
Mar 11, 2019
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
1 REPLY 1
Mar 11, 2019
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 11, 2019
09:32 AM
You wouldn't be able to force a resolution.
