Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

dawgawel on "wp.media.query multiple types"

$
0
0

Is it possible (and how) to create js media collection using multiple (but not all) media types, for example 'image' and 'video'?

For example:

if ( ! this.get('library') ) {
    this.set( 'library', wp.media.query( { type: 'image|video' } ) );
}

Viewing all articles
Browse latest Browse all 8245

Trending Articles