You are here

opigno_video.css in Opigno Video App 7

.wysiwyg-opigno-video {
  display: block;
  border: 1px dotted #ccc;
  margin: 1em 0;
  width: 640px;
  height: 360px;
  background: transparent url(images/video-place-holder.gif) no-repeat center top;
}

File

wysiwyg_plugins/opigno_video/opigno_video.css
View source
  1. .wysiwyg-opigno-video {
  2. display: block;
  3. border: 1px dotted #ccc;
  4. margin: 1em 0;
  5. width: 640px;
  6. height: 360px;
  7. background: transparent url(images/video-place-holder.gif) no-repeat center top;
  8. }