Giter VIP home page Giter VIP logo

Comments (3)

kevinongko avatar kevinongko commented on July 1, 2024

hi @sim-one-n-only,

How to reproduce this? Are you using the latest version?
I tried with 12 posts and it works fine

from vue-instagram.

sim-one-n-only avatar sim-one-n-only commented on July 1, 2024

@kevinongko
THIS IS THE INSTAGRAM COMPONENT

<vue-instagram token="TOKEN HERE" username="USERNAME HERE" :count="count" :tags="tags">
    <template slot="feeds" slot-scope="props">
        <a :href="props.feed.link" target="_blank" class="col-md-3 col-sm-4 col-xs-6 col-flush" v-bind:style="{ 'background-image': 'url(' + props.feed.images.standard_resolution.url + ')' }">
            <div class="img-overlay">
                <br/><br/>
                <p>{{props.feed.caption.text}}</p>
                <br/>
                <p v-if="props.feed.location"><i class="fa fa-map-marker"></i> <b>{{props.feed.location.name}}</b></p>
            </div>
        </a>
    </template>
    <template slot="error" slot-scope="props">
        <div class="fancy-alert"> {{ props.error.error_message }} </div>
    </template>
</vue-instagram>
<script> import VueInstagram from 'vue-instagram' export default { name: 'app', components: { VueInstagram }, props: { tags: Array, count: Number } } </script>

THIS IS WHERE THE INSTAGRAM COMPONENT IS USED

    <h3 class="text-center">
        <a href="https://www.instagram.com/explore/tags/fearlessinthecommunity/" target="_blank">#fearlessinthecommunity</a>
    </h3>
    <instagram :tags="['fearlessinthecommunity']" :count="30"></instagram>
</div>
<script> import VueScrollClass from 'vue-scroll-class' import Instagram from "@/components/Elements/Instagram"; export default { name: 'app', components: { Instagram }, directives: { 'scroll-class': VueScrollClass, } } </script>

from vue-instagram.

kevinongko avatar kevinongko commented on July 1, 2024

Hi @sim-one-n-only,
please try again with latest v2.0.0
feel free to open issue if its still a problem

from vue-instagram.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.