'', __( 'Left', 'advanced-custom-widget' ) => 'left', __( 'Center', 'advanced-custom-widget' ) => 'center', __( 'Right', 'advanced-custom-widget' ) => 'right', ); foreach ( $position_options as $key => $value ) { echo '', $key, ''; } ?>
'repeat', __( 'Horizontal', 'advanced-custom-widget' ) => 'repeat-x', __( 'Vertical', 'advanced-custom-widget' ) => 'repeat-y', __( 'No Repeat', 'advanced-custom-widget' ) => 'no-repeat', ); foreach ( $repeat_options as $key => $value ) { echo '', $key, ''; } ?>
'scroll', __( 'Fixed', 'advanced-custom-widget' ) => 'fixed', ); foreach ( $attachment_options as $key => $value ) { echo '', $key, ''; } ?>
'left top', __( 'Left Center', 'advanced-custom-widget' ) => 'left center', __( 'Left Bottom', 'advanced-custom-widget' ) => 'left bottom', __( 'Right Top', 'advanced-custom-widget' ) => 'right top', __( 'Right Center', 'advanced-custom-widget' ) => 'right center', __( 'Right Bottom', 'advanced-custom-widget' ) => 'right bottom', __( 'Center Top', 'advanced-custom-widget' ) => 'center top', __( 'Center', 'advanced-custom-widget' ) => 'center center', __( 'Center Bottom', 'advanced-custom-widget' ) => 'center bottom', ); foreach ( $position_options as $key => $value ) { echo '', $key, ''; } ?>
'none', __( 'Cover', 'advanced-custom-widget' ) => 'cover', __( 'Contain', 'advanced-custom-widget' ) => 'contain', ); foreach ( $size_options as $key => $value ) { echo '', $key, ''; } ?>