Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5290 | Rev 5292 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5290 Rev 5291
Línea 137... Línea 137...
137
      case shareModalTypes.FILE:
137
      case shareModalTypes.FILE:
138
        switch (file.type) {
138
        switch (file.type) {
139
          case 'application/vnd.openxmlformats-officedocument.presentationml.presentation':
139
          case 'application/vnd.openxmlformats-officedocument.presentationml.presentation':
140
            return (
140
            return (
141
              <iframe
141
              <iframe
142
                src={`https://view.officeapps.live.com/op/embed.aspx?src=${file}`}
142
                src={`https://view.officeapps.live.com/op/embed.aspx?src=${URL.createObjectURL(file)}`}
143
                width="100%"
143
                width="100%"
144
                height="600px"
144
                height="600px"
145
                frameBorder="0"
145
                frameBorder="0"
146
              >
146
              >
147
              </iframe>
147
              </iframe>