Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Dzibus Allmighty Newcomer

@Dzibus · Joined 8 years ago · 5 posts · 0 topics · 2 reputation

Badges

✏️ First Post

Recent posts

  • How to use the cropZoom() for img tags · 8 years ago

    Sorry for a late reply. Based on the Git page of Instagram API you say you use, last update was a year ago, so I'm not sure what changed and broke your code. Anyway, it sounds like you are not pulling

  • How to use the cropZoom() for img tags · 8 years ago

    In the _user/themes/<themename>/css/ folder, add a file instagram.css (or any name you like) and paste the above code in that file. After that open the _user/themes/<themename>/templates/p

  • How to use the cropZoom() for img tags · 8 years ago

    Hi duceduc, I'm not sure you can do that, or want to do it if you could, because you would be saving the image on your server every time. You can handle that with css tho: .instagram .item-wrap { widt

  • User-defined key/value pairs in Admin · 8 years ago

    It wasn't confusing, I was just making sure I didn't miss something. Glad I could help.

  • User-defined key/value pairs in Admin · 8 years ago

    If I understood correctly, you are thinking of creating a plugin for key/value pair list. What you need is https://learn.getgrav.org/forms/blueprints/fields-available#the-array-field.