Modals v. Full Screen

🆚 Comparison of Modals & Full Screen for Enhanced User Experience.

When designing user interfaces, using Modals or Full-Screen layouts can significantly impact the user experience. Let's explore the characteristics and considerations for each approach:

1. Modals

Modals are small, temporary overlay windows that appear on top of the main content. They provide context-specific information or actions without navigating away from the current page. Modals are ideal for displaying additional details and notifications or prompting users for input while keeping the underlying content visible.

1.1. Modal Dimensions

The Entry Layout settings provide options for configuring the dimensions of Modals used within the layout. The Modal width can be customised using predefined size values or specifying a specific pixel value, e.g. 800 means 800 pixels.

To set the modal dimensions, follow these steps:

  1. Open the Entry Layout where you want to configure the modal dimensions.
  2. Go to the Settings section of the layout.
  3. Choose one of the predefined size options or enter a specific pixel value to set the modal's width.

See the examples of each dimension below:

xs = Extra small size

{
    "modal": {
        "width": "xs"
    }
}

sm = Small size

{
    "modal": {
        "width": "sm"
    }
}

md = Medium size

{
    "modal": {
        "width": "md"
    }
}

lg = Large size

{
    "modal": {
        "width": "lg"
    }
}

xl = Extra large size

{
    "modal": {
        "width": "xl"
    }
}

full = Full-width size

{
    "modal": {
        "width": "full"
    }
}

2. Full Screen

Full Screen layouts occupy the entire viewport, immersing users in a dedicated interface. They create an immersive experience by removing distractions and focusing the user's attention solely on the content at hand. Full Screen layouts provide ample space for content and interactions, making them suitable for complex tasks and content-heavy interfaces.

3. Comparison

Both Modals and Full Screen views offer advantages and considerations. Understanding the differences between these two options is important for making informed design decisions. Let's explore and compare these two options:

ModalsFull Screen
Small, temporary overlay windowsOccupies the entire viewport
Provides context-specific information or actionsAllows for detailed content display
Keeps underlying content visibleRemoves distractions, focuses the user's attention
Limited screen space for contentOffers ample space for content and interactions
Ideal for quick interactions and simple tasksSuitable for complex tasks and content-heavy interfaces
Can be used for notifications, form submissions, or confirmationsGreat for multimedia, presentations, and visually-rich content
Less disruptive to the overall user flowRequires users to transition to a new interface

📌 Need Help?

If you require assistance or encounter any issues, please don't hesitate to contact us for further support.