resolution.xml 1.08 KB
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:vlt="http://www.day.com/jcr/vault/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
    jcr:mixinTypes="[vlt:FullCoverage]"
    jcr:primaryType="sling:OrderedFolder"
    jcr:title="Device Resolution">
    <fuhd
        jcr:primaryType="nt:unstructured"
        jcr:title="Full Ultra HD (7680x4320)"
        checked="{Boolean}true"
        value="7680x4320"/>
    <uhd
        jcr:primaryType="nt:unstructured"
        jcr:title="Ultra HD (3840x2160)"
        checked="{Boolean}true"
        value="3840x2160"/>
    <qhd
        jcr:primaryType="nt:unstructured"
        jcr:title="Quad HD (2560x1440)"
        checked="{Boolean}true"
        value="2560x1440"/>
    <fhd
        jcr:primaryType="nt:unstructured"
        jcr:title="Full HD (1920x1080)"
        checked="{Boolean}true"
        value="1920x1080"/>
    <hd
        jcr:primaryType="nt:unstructured"
        jcr:title="HD (1280x720)"
        checked="{Boolean}true"
        value="1280x720"/>
</jcr:root>