Allow video to be expanded into lightbox
This commit is contained in:
parent
a57d30c680
commit
00cc3066a2
10 changed files with 95 additions and 9 deletions
|
@ -1,10 +1,12 @@
|
|||
import PureRenderMixin from 'react-addons-pure-render-mixin';
|
||||
import MediaModal from './media_modal';
|
||||
import VideoModal from './video_modal';
|
||||
import BoostModal from './boost_modal';
|
||||
import { TransitionMotion, spring } from 'react-motion';
|
||||
|
||||
const MODAL_COMPONENTS = {
|
||||
'MEDIA': MediaModal,
|
||||
'VIDEO': VideoModal,
|
||||
'BOOST': BoostModal
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue