field video on paragraphe source

This commit is contained in:
2024-04-02 11:32:48 +02:00
parent 820edbd36e
commit a96230ebe7
9 changed files with 311 additions and 55 deletions

View File

@@ -202,9 +202,9 @@ export default {
})
},
onMainScrolled(scrolled){
console.log('this.$refs', this.$refs);
// console.log('this.$refs', this.$refs);
let cartouche_main = this.$refs.cartouche_layout.$refs.cartouche_main;
console.log('cartouche_main', cartouche_main);
// console.log('cartouche_main', cartouche_main);
if(scrolled && cartouche_main.scrollHeight > 600){
this.headerreduced = true;
} else {