Skip to content

Commit

Permalink
Merge pull request #2 from ColmexBDCV/pruebas
Browse files Browse the repository at this point in the history
Pruebas
  • Loading branch information
zizneroz authored Jan 20, 2025
2 parents 0b09c37 + ba1cd8e commit f59d36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h3 style="color: #F5F5F5;" class="float-start">{{ collection.name }}</h3>
<router-link :to="{path: 'search', query: {type: 'thematic_collection_sim', val: collection.name, label: 'Colecciones'}}" type="button" class="btn btn-primary float-end">Ver más +</router-link>
</div>
<div class="col-3 mt-4 mb-4" v-for="doc in collection.docs.slice(0, 4)">
<div class=" mb-4"><!--https://repositorio.colmex.mx/downloads/vm40xt51m?locale=es-->
<div class=" mb-4">
<router-link
:to="{path: 'videos', query: {id: doc.id, has_model: doc.has_model, thumbnail: doc.thumbnail_path_ss, related: doc.hasRelatedMediaFragment_ssim, keyword: keyword}}">
<video onmouseover="this.play(); this.muted = false;" onmouseout="this.pause(); this.load();" :poster="get_url() + doc.thumbnail_path_ss" :src="get_url() + 'downloads/'+ doc.hasRelatedMediaFragment_ssim" muted="muted" type="video/mp4" class="img-responsive"></video>
Expand Down

0 comments on commit f59d36e

Please sign in to comment.