Skip to content

Commit 0bfa56f

Browse files
committed
cleanup formatting
1 parent cdbfb39 commit 0bfa56f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/ui-definitions/tabs/settings-global-video-transformations.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
),
4949
),
5050
'video_autoplay_mode' => array(
51-
'label' => null,
52-
'prefix' => __( 'Autoplay:', 'cloudinary' ),
53-
'type' => 'select',
54-
'default' => 'never',
55-
'choices' => array(
51+
'label' => null,
52+
'prefix' => __( 'Autoplay:', 'cloudinary' ),
53+
'type' => 'select',
54+
'default' => 'never',
55+
'choices' => array(
5656
'off' => __( 'Off', 'cloudinary' ),
5757
'always' => __( 'Always', 'cloudinary' ),
5858
'on-scroll' => __( 'On-Scroll (Autoplay when in view)', 'cloudinary' ),
5959
),
60-
'condition' => array(
60+
'condition' => array(
6161
'video_player' => 'cld',
6262
),
63-
'description' => sprintf(
63+
'description' => sprintf(
6464
// translators: Placeholders are <a> tags.
6565
__( 'Please note that when choosing "always", the video will autoplay without sound (muted). This is a built-in browser feature and applies to all major browsers.%1$sRead more about muted autoplay%2$s', 'cloudinary' ),
6666
'<br><a href="https://developers.google.com/web/updates/2016/07/autoplay" target="_blank">',

0 commit comments

Comments
 (0)