<
  AI4Society Website  

The following NCEs have contributed to the development of the Forum:
GRAND, AGE-WELL, GlycoNet, CFN
Les RCE suivants ont contribué au développement du Forum : GRAND, AGE-WELL, GlycoNet, CFN

Difference between revisions of "Carousel"

From AI4Society Forum

Line 6: Line 6:
 
   body { background: #00333f; }
 
   body { background: #00333f; }
  
   .carouselPrev {
+
   .carouselPrev, .carouselNext {
 
     background: #00333f;
 
     background: #00333f;
  }
 
 
  .carouselPrev:hover {
 
    background: #00333f
 
 
   }
 
   }
 
</style>
 
</style>
Line 25: Line 21:
 
         people.each(function(person){
 
         people.each(function(person){
 
             person.set('url', person.get('url').replace("?embed", ""));
 
             person.set('url', person.get('url').replace("?embed", ""));
 +
            console.log(person.get('url'));
 
         });
 
         });
 
         var view = new CarouselView({el: "#carousel", model: people});
 
         var view = new CarouselView({el: "#carousel", model: people});

Revision as of 19:11, 21 July 2020