Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

388
Views
¿Se puede agregar el botón de reproducción a esta estructura de código? (Shopificar)

Mis siguientes códigos permiten mostrar video html entre las imágenes del producto. En la vista móvil, el botón de reproducción se encuentra en el medio del video. ¿Crees que es posible hacer lo mismo en la vista de escritorio?

 <div class="owl-carousel"> {% for image in product.images %} {% if forloop.first == true %} <figure> <img src="{{ image.src | img_url: '1024x1024' }}" alt="{{ image.alt | escape }}" class="product_variant_image"> </figure> {% else %} <figure> <img src="{{ image.src | img_url: '1024x1024' }}" alt="{{ image.alt | escape }}"> </figure> {% endif %} {% endfor %} {% for media in product.media %} {% if media.media_type == 'video' %} {{ media | video_tag: controls: true, preload: true, image_size: "768x" }} {% endif %} {% endfor %} </div>

Lo que quiero ver es;

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!