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

189
Views
style <img title> tooltip in instagram hashtags?

heelo, i used instafeed.js to embed my instagram posts on my website then i put it inside an owl carousel.And now i want to style that is comming automaticly from instagram

img[title]:hover::after{
content: attr(title);
position: absolute;
top: -100%;
left: 0;

} i used this css but its not working, so i thought that i need a jquery function, but i have already this script that i used to embed insta and owl-carousel

<script>

$(document).ready(function (){

var feed = new Instafeed({

accessToken:*******************************,
get: 'user',

after: function () {

    var owl = $('.owl-carousel');
    owl.owlCarousel({
     
      items: 3,
            margin: 10,
      nav: true,
      loop: true,
              autoplayTimeout:3000,
            autoplayHoverPause:true,
            navText : ["<i class='lnr lnr-chevron-left'></i>","<i class='lnr lnr-chevron-right'></i>"],
    });
},

});

feed.run();

});

      </script>

so now i want to create a div after this script excecution that will contain the and style the hashtags myself when user hover on the imgenter image description here

about 4 years ago · Santiago Trujillo
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!