import React, { Component } from 'react' import { ZoomPlus } from '../../nav/viewer.icons.js' export const Vitrine = ({ media }) => { const { image_order, image_lookup, thumbnail_lookup } = media.settings const width = (Math.floor(100 / image_order.length * 2) - 2) + 'vw' console.log(width) return (