@coveops/vimeo-thumbnail
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

VimeoThumbnail

Vimeo Thumbnail with its own modal preview box

Disclaimer: This component was built by the community at large and is not an official Coveo JSUI Component. Use this component at your own risk.

Getting Started

  1. Install the component into your project.
npm i @coveops/vimeo-thumbnail
  1. Use the Component or extend it

Typescript:

import { VimeoThumbnail, IVimeoThumbnailOptions } from '@coveops/vimeo-thumbnail';

Javascript

const VimeoThumbnail = require('@coveops/vimeo-thumbnail').VimeoThumbnail;
  1. You can also expose the component alongside other components being built in your project.
export * from '@coveops/vimeo-thumbnail'
  1. Include the component in your template as follows:

Place the component in your markup:

<div class="CoveoVimeoThumbnail"></div>

Extending

Extending the component can be done as follows:

import { VimeoThumbnail, IVimeoThumbnailOptions } from "@coveops/vimeo-thumbnail";

export interface IExtendedVimeoThumbnailOptions extends IVimeoThumbnailOptions {}

export class ExtendedVimeoThumbnail extends VimeoThumbnail {}

Options

The following options can be configured:

Option Required Type Default Notes
width No string 220px Width of the thumbnail
height No string 112px Height of the thumbnail
embed No boolean true Specifies whether clicking on the Vimeo thumbnail loads the video in a modal box
fieldThumbnail No string ytthumbnailurl Field containing the location of the thumbnail image
fieldVideoId No string uri Field containing the ID of the video like: https://vimeo.com/85905904

Contribute

  1. Clone the project
  2. Copy .env.dist to .env and update the COVEO_ORG_ID and COVEO_TOKEN fields in the .env file to use your Coveo credentials and SERVER_PORT to configure the port of the sandbox - it will use 8080 by default.
  3. Build the code base: npm run build
  4. Serve the sandbox for live development npm run serve

/@coveops/vimeo-thumbnail/

    Package Sidebar

    Install

    npm i @coveops/vimeo-thumbnail

    Weekly Downloads

    4

    Version

    1.0.2

    License

    Apache-2.0

    Unpacked Size

    47.7 kB

    Total Files

    10

    Last publish

    Collaborators

    • coveoit
    • gfoumbi
    • rvundavalli
    • sfecteau
    • jfleurent
    • jmdro
    • davebouffard
    • jfallaire
    • achouan
    • hsinghcoveo
    • elafleur_coveo
    • plavigueur
    • lpblais-coveo
    • watallah
    • ehsanshahneh
    • belbizri
    • cfosscoveo
    • iftekhar.ulhaq
    • galaverdyan
    • malshikh-coveo
    • jmacneilcoveo
    • acherney2c