Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

122
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda