Const
Pre-built presentation layout handler with default options.
Uses 150px-wide by 100px-tall thumbnails at the bottom of the grid. For custom thumbnail sizes, use createPresentationLayout() instead.
createPresentationLayout()
import { VideoGrid, presentationLayoutHandler } from '@hiyve/react-ui';<VideoGrid layout="presentation" customLayoutHandler={layout === 'presentation' ? presentationLayoutHandler : undefined}/> Copy
import { VideoGrid, presentationLayoutHandler } from '@hiyve/react-ui';<VideoGrid layout="presentation" customLayoutHandler={layout === 'presentation' ? presentationLayoutHandler : undefined}/>
Pre-built presentation layout handler with default options.