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:
Access PDII Dumps Premium Version
(204 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Recent Comments (The most recent comments are at the top.)
The option that has the correct component changes to display correctly on desktops and tablets is D.
The size attribute on the lightning:layoutItem component specifies the relative width of the item for small devices (mobile phones). The mediumDeviceSize attribute specifies the relative width of the item for medium devices (tablets). The largeDeviceSize attribute specifies the relative width of the item for large devices (desktops).
By setting the size attribute to 12, the item will take up the entire width of the layout on small devices. By setting the mediumDeviceSize attribute to 6, the item will take up half of the width of the layout on medium devices. By setting the largeDeviceSize attribute to 4, the item will take up one-third of the width of the layout on large devices.
This way, the information will display in three rows on mobile devices, in two rows on tablets, and in a single row on desktops.
https://developer.salesforce.com/docs/component-library/bundle/lightning:layoutItem...