syntax
This commit is contained in:
@@ -38,4 +38,5 @@ return <<<'ORIBI_SYNC_CONTENT'
|
|||||||
<!-- wp:oribi/stat-card {"value":"4K","label":"Ultra-HD Output","description":"Every player delivers crisp 4K resolution over HDMI for stunning visuals on any display."} /-->
|
<!-- wp:oribi/stat-card {"value":"4K","label":"Ultra-HD Output","description":"Every player delivers crisp 4K resolution over HDMI for stunning visuals on any display."} /-->
|
||||||
<!-- wp:oribi/stat-card {"value":"24/7","label":"Always-On Operation","description":"Commercial-grade hardware with offline playback ensures your screens never go dark."} /-->
|
<!-- wp:oribi/stat-card {"value":"24/7","label":"Always-On Operation","description":"Commercial-grade hardware with offline playback ensures your screens never go dark."} /-->
|
||||||
<!-- /wp:oribi/stat-section -->
|
<!-- /wp:oribi/stat-section -->
|
||||||
<!-- wp:oribi/cta-banner {"heading":"Ready to See What We Can Do?","text":"Whether you're planning your first screen or scaling to hundreds, we'd love to hear about your project.","btnText":"Get in Touch","btnUrl":"/contact"} /-->ORIBI_SYNC_CONTENT;
|
<!-- wp:oribi/cta-banner {"heading":"Ready to See What We Can Do?","text":"Whether you're planning your first screen or scaling to hundreds, we'd love to hear about your project.","btnText":"Get in Touch","btnUrl":"/contact"} /-->ORIBI_SYNC_CONTENT;
|
||||||
|
ORIBI_SYNC_CONTENT;
|
||||||
|
|||||||
@@ -1664,9 +1664,11 @@ function oribi_render_camera_animation()
|
|||||||
<rect id="ve-playhead-line" x="103" y="220" width="2" height="68" fill="#FF4500" opacity="0.92"/>
|
<rect id="ve-playhead-line" x="103" y="220" width="2" height="68" fill="#FF4500" opacity="0.92"/>
|
||||||
<!-- Timecode display -->
|
<!-- Timecode display -->
|
||||||
<text id="ve-timecode" x="36" y="230" fill="#8a8e98" font-size="8" font-family="monospace">0:00</text>
|
<text id="ve-timecode" x="36" y="230" fill="#8a8e98" font-size="8" font-family="monospace">0:00</text>
|
||||||
</svg></div>HTML;
|
</svg></div>
|
||||||
|
HTML;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function oribi_render_platform_row($a)
|
function oribi_render_platform_row($a)
|
||||||
{
|
{
|
||||||
$rev = !empty($a['reversed']) ? ' reverse' : '';
|
$rev = !empty($a['reversed']) ? ' reverse' : '';
|
||||||
|
|||||||
Reference in New Issue
Block a user