Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
31 views

When I tried to use holder image within the below code: import { run as runHolder } from "holderjs/holder"; import React, { Fragment, useEffect } from "react"; import { Image } ...
Park JongBum's user avatar
  • 1,411
1 vote
2 answers
632 views

I've created a Symfony 4 project with Encore Webpack included. The template of the micro post page from my project is given below. As You can see, I'm using holder.js to display image placeholders, ...
user avatar
0 votes
1 answer
346 views

I was looking at this page: Bootstrap Examples Theme at bottom of page the "Carousel" Item, the HTML Code on Line 600: Bootstrap : Html Code I want to know if holder.js is part of Bootstrap ...
amin sedaghaty's user avatar
0 votes
1 answer
910 views

I am using the latest version of holder.js from here How ever if I try to use percentage for the width like <img data-src="holder.js/100%x380" class="img-responsive"> Does not work. In older ...
user avatar
0 votes
1 answer
94 views

In the use of holder.js the height of Swiper's wrong. This is probably because that Swiper is executed before / simultaneously holder.js. holder.js must be performed first so swiper knows the correct ...
QJan84's user avatar
  • 796
0 votes
1 answer
921 views

Im a newbie and I can't get my image to display when using holder.js and bootstrap cards. I ran across holder.js as the first solution to creating bootstrap cards so that's what I'm trying to use. If ...
jamesscaggs's user avatar
0 votes
1 answer
100 views

I'm new to Meteor and trying to get holder.js to work in the framework. It works on refresh, but when moving from one route to another, it breaks. The documentation just says "Because Meteor includes ...
Allen Fuller's user avatar
2 votes
1 answer
3k views

Their example is this: <img class="card-img-top" data-src="holder.js/100%x180/" alt="Card image cap"> So I thought if I included: <script src="https://cdnjs.cloudflare.com/ajax/libs/holder/...
Phillip Senn's user avatar
  • 47.8k
2 votes
1 answer
260 views

This is how the output is supposed to be, and is, on Firefox: https://www.dropbox.com/s/4uxz6l5po0bkhat/firefox.png?dl=0 However, Chrome and Opera do not use this custom font on Holder.js objects. ...
user5104026's user avatar
2 votes
2 answers
303 views

I use holderjs to generate a placeholder image for my site. <img data-src="holder.js/200x200" /> will show up an image with text "200x200" and <img data-src="holder.js/200x200?text=hello" ...
Carl's user avatar
  • 21
0 votes
1 answer
9k views

I am building a product listing page with thumbnails using bootstrap3. And I want to use a thumbnail from Bootstrap which in turn bootstarp also using Holder.js. I have read documentation here and ...
Daniel Wondyifraw's user avatar
0 votes
1 answer
946 views

I try to setup a placeholder for broken image, using holder.js in an AngularJS framework. Everything works perfectly on all browsers, except with IE11 (what a surprise!), which gives me a strange "...
M'sieur Toph''s user avatar
0 votes
2 answers
724 views

I am new to Bootstrap. As i have started with DashBoard example in BootStrap. i see the below code in html page. <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic ...
Vreddhi Bhat's user avatar
1 vote
1 answer
84 views

I want to load a placeholder image using holder.js in a static template. In static template index.html I have: <img src="/static/holder.js/200x200"> I have handlers set in app.yaml for serving ...
user3059347's user avatar
0 votes
1 answer
975 views

I have been trying to use the holder.js in a bootstrap 3 accordion. But the "size" text in the center of the holder.js image becomes 0x0 and the text is moved up to the top and not centered. If I take ...
bootstrap714's user avatar
0 votes
2 answers
1k views

I have a row where one has an image, but the other does not and uses holder.js as a placeholder. <div class="row"> <div class="col-md-3"> <div class="thumbnail"> ...
user21398's user avatar
  • 1,493
1 vote
1 answer
313 views

my use case is: I generate in some view with certain url qrcode, and then I use it in template like this: <img src="/qrcode/2"> I know holder.js and I would like to display something like: &...
andilabs's user avatar
  • 23.5k
1 vote
2 answers
764 views

I am using node.js with express web framework and with jade template parser. I am following the bootstrap examples and have problems with holder.js. I have put holder.js script into static files (...
kokosing's user avatar
  • 5,641
1 vote
1 answer
583 views

According to this link, lazyload is now compliant with the holder.js script. Here is a jsFiddle. I am expecting the third image to be fading in like the others. But I cannot get it to work. Can ...
M'sieur Toph''s user avatar
0 votes
1 answer
256 views

I have build a page in Laravel 4 and twitter-bootstrap. When I refresh my localhost it takes a long time to load. When I open my firefox inspector, under the tab network i see that my page load ...
Thom's user avatar
  • 631
0 votes
1 answer
228 views

I am trying to add a carousel slider. <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li ...
Illep's user avatar
  • 16.9k
1 vote
1 answer
187 views

I am using Holder.js to genearte client side images. If I write <img src="holder.js/300x200"> it works..! But if I write the same thing in an update panel the image is not generated. When I ...
writeToBhuwan's user avatar
1 vote
2 answers
417 views

I am using default settings for Holder.js. I want to specify a place-holder image of dimension 100x110 with text "Image Not Available": <img data-src="holder.js/100x110/social/text:Image Not ...
user3386751's user avatar
2 votes
1 answer
2k views

I am using holder.js canvas to show some images on browser. I am using the code below: <img data-src="holder.js/200x200/auto/300/#FF0000:#fff:14/text:Count:10" class="img-responsive" alt="Bro"&...
writeToBhuwan's user avatar
3 votes
1 answer
19k views

I'm trying to display an image usign holder.js but instead of the image the example image is being shown. <img src='http://upload.wikimedia.org/wikipedia/sr/0/0c/Firefox-logo.png' data- src="...
Manoj Sreekumar's user avatar
0 votes
2 answers
509 views

When creating a new img holder: <img src="holder.js/200x75/industrial/text:this text is too long for only one row"> There is no enough space in one row to hold the text, and I can't get a hold ...
gCoh's user avatar
  • 3,099
8 votes
3 answers
13k views

I'm building the front-end of a project with Bootstrap and I'm looking to use the Glyphicons found in 3.0.0 instead of usual text. How would I do this? Those of you familiar with Holder.js will know ...
Samuel Hawksby-Robinson's user avatar
1 vote
2 answers
615 views

Holder.js doesn't work with turbolinks. I'm getting empty images. It works when i press Ctrl+R. How to get them work together?
Anton's user avatar
  • 905
2 votes
1 answer
1k views

Below is my code, the problem is that no matter what i do that second holder.js image refuses display. its as if bootsrap has a 1 holder.js thumb per span rule or something? <div class="span4"> ...
ChuckKelly's user avatar
  • 1,740
0 votes
1 answer
692 views

I've trying to use holder.js library for paperclip default images. Holder.js create data-src image preview, when an image have src="holder.js/#{width}x#{height}" But can't create correct url. Actually ...
Kein's user avatar
  • 996
4 votes
2 answers
822 views

I'm looping through an array of objects in an Ember.js Handlebars template and trying to display a placeholder image for each using holder.js. Outside of the #each loop context, holder.js renders the ...
Jason Schock's user avatar
1 vote
2 answers
625 views

Holder.js needs a calling syntax of "/holder.js/200x300" which includes a slash. The slash before the size is not recognised by Sinatra routing and can only result in "Sinatra doesn’t know this ditty."...
leafyoung's user avatar
12 votes
1 answer
16k views

I'm trying to use Bootstrap's thumbnail component to display a list of product categories with thumbnail images. I want users to click the thumbnails to go to the category. The documentation on the ...
JonB's user avatar
  • 127
6 votes
1 answer
3k views

holder.js I want to dynamically add a placeholder image to my page. Inserting it like so doesn't work: $('<li>',{class:'file-item'}) .append($('<img>',{'data-src':'holder.js/150x150'...
mpen's user avatar
  • 285k