Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

120
Vistas
Add 360 photo to jekyll post or background

I'd like to add 360 photos in posts in a jekyll web page. I already know that there are some services where I can store those and then add the photo to the post with the iframe structure.

What I want is to have the photos stored in the server folders (images) and add the photo as a frame or as a background using panolens.js

For example in this case they do this editing the index.html. What I'd like is to get this via jekyll post markdown or in other way. For example something like this:

enter image description here

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

My solution was to define a liquid array of photos URLs right in the post; careful to indent the array elements and put a space after the - sign

---
layout: post
title: Photos
gallery:     
    - https://path/to/photos/photo1.jpg
    - https://path/to/photos/photo2.jpg
    - https://path/to/photos/photo3.jpg
---

and then in the post.html layout I just display them with my preferred style, the minimal is this but of course, you can use your preferred gallery slideshow:

{% for image in page.gallery %}
    <img src="{{ image }}" />
{% endfor %}
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda