Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Post Type

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'post_type',
		'value'   => 'video',
	),
	array(
		'key'     => 'post_type',
		'value'   => 'image',
	),
);