Valid PDII Dumps shared by ExamDiscuss.com for Helping Passing PDII Exam! ExamDiscuss.com now offer the newest PDII exam dumps, the ExamDiscuss.com PDII exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDII dumps with Test Engine here:
When developing a Lightning web component, which setting displays lightninglayout-items im one column on small devices, such as mobile phones, and in two columns on tablet-size and desktop-size screens?
Correct Answer: B
To display lightning-layout-items in one column on small devices and in two columns on larger devices, you should set the size attribute to "12" for small devices and the medium-device-size attribute to "6". This ensures that on small devices each item takes the full width, and on medium or larger devices, items take up half the width.References: Lightning Web Components Developer Guide - Layout Components
Recent Comments (The most recent comments are at the top.)
Johan007 - Mar 10, 2024
B. Set size="12" medium-device-size="6" - is correct.
More info - by default size defines size of Mobile/Small device size And respective device-size defines respective Form factors size in assending order.
if a medium-device-size is defined and not Large-device-size, then it auto applies to both medium and large device size.
Recent Comments (The most recent comments are at the top.)
B. Set size="12" medium-device-size="6" - is correct.
More info - by default size defines size of Mobile/Small device size
And respective device-size defines respective Form factors size in assending order.
if a medium-device-size is defined and not Large-device-size, then it auto applies to both medium and large device size.