Questions tagged [imgix-js]

a JavaScript library for responsive images

The JavaScript client library for imgix

11 questions
22
votes
6 answers

Efficiency of services like Cloudinary, Imgix

I want to build a website with a lot of images and hence image manipulations like amazon, ebay, flipkart,etc. I have been suggested to use services like Cloudinary, Imgix, etc to resize my images since it would be better to store one version of each…
deadcode
  • 742
  • 11
  • 27
2
votes
2 answers

How to apply imgix-js on command?

$(document).ready(function () { var imgixOptions = { updateOnResizeDown : true, updateOnPinchZoom : true, fitImgTagToContainerWidth: true, fitImgTagToContainerHeight: true, autoInsertCSSBestPractices:…
sergserg
  • 21,716
  • 41
  • 129
  • 182
1
vote
1 answer

Unable to add all the files to git downloaded via composer

I am using imgix module in drupal which is dependent on composer. When I run command drush composer-manage install, I can see imgix-php (a library of imgix) is downloaded in vendor directory. I have setup everything correctly and it works well in…
StreetCoder
  • 9,871
  • 9
  • 44
  • 62
0
votes
0 answers

How I download all images (hosted in imgix) of a website?

I found a car auction website https://collectingcars.com/collection/mwvmnw and I would like to download all of them (spoiler: I like cars). The website allows download each photo but one by one and every car has many many photos. When you "download"…
Daniel
  • 1
  • 2
0
votes
1 answer

is it possible to use luminous in Vue.js?

I am trying to create photo website with vue.js and Laravel, and use luminous to magnify the photo when it is clicked. My photos are stored in AWS S3 bucket. My vue.js structure is like below. 1.PhotoComponent.vue this component is literally…
wadakatu
  • 13
  • 4
0
votes
1 answer

Configuring Akamai to separately cache next gen images

We use a service, Imgix, that serves images in the most appropriate format for the client that requests them. So, if the request for a JPG comes from Chrome, it will send a WEBP image. If, it's from Safari, it will use JPEG2000. We also use Akamai…
b2238488
  • 990
  • 2
  • 15
  • 32
0
votes
1 answer

How to update image src attribute using user input value

I am building a simple photo editor app using imgix, and I want the image src attribute to be updated when a user input fields receive values. Is there a way to append my new parameters onto the end of the src url? I have been able to use template…
K. Downs
  • 1
  • 1
0
votes
1 answer

Can't assign a string as JSON input in Pug file with Imigx parameters

I have converted working HTML code into Pug that is using parameters from the Imgix.js library but the Pug version has an error. I have tried both methods (note the backticks on the ix-params): img(ix-path="image.jpg", ix-params='{"w":…
Dan
  • 1,536
  • 4
  • 17
  • 31
0
votes
2 answers

imgix.com downloads images instead of browsing to them

I am using the imgix.com CDN for a test project and for some reason it keeps downloading the images instead of browsing and applying the rules to to them. So if I type in myprefix.imgix.net/myimage.png it simply downloads it and if I type…
HGB
  • 2,157
  • 8
  • 43
  • 74
0
votes
1 answer

using imgix with html links for retina images

I am using imgix to server my images. They have a great library for serving jpegs at just the right size and pixel density. But it doesn't work when I need to add links to those images. Here's the fiddle & the…
Jared Whipple
  • 1,111
  • 3
  • 17
  • 38
-1
votes
7 answers

how to resize a picture in CSS

I am trying to resize a picture but have been unsuccessful. How would I write the tag for the CSS of the items. I have tried many different ways and none have worked so far. I want them all to be the same size. Below is is the HTML for…
Nel
  • 11