Questions tagged [imgix]
26 questions
0
votes
0 answers
WordPress with ImgIx - overwrite native image call
We are using the ImgIx plugin with an S3 bucket to serve images on a WordPress website but we can't create the srcset image call. Wordpress has a built in image call feature that we can't overwrite. How can we get the WP ImgIx plugin to overwrite…

Johnny Sydney
- 1
- 1
0
votes
0 answers
Is there a way to hide the imgix configuration details page
Is there a way to hide the imgix configuration details page? Or at least the endpoint of the image.
imgix configuration details page screenshot
Can't find a solution online. One way I'm thinking of is just to fetch the binary data and use that as…

hnybdgr
- 1
- 1
0
votes
0 answers
how to improve image download time
I'm using imgix for CDN and resizing. I noticed that the actual image download time is low but the time for DNS lookup and initial connection is comparatively very large. What can I do to improve them? This is not only true for the first image but…

quantdaddy
- 1,375
- 4
- 19
- 29
0
votes
1 answer
Why are asset attributes missing from Imgix Management API?
I am querying the Imgix Management API with no issue. I can retrieve an individual asset and a list of assets. However, most of the data properties are null. It looks like this:
{
"data": {
"attributes": {
"analyzed_content_warnings":…

Sam
- 1
0
votes
1 answer
Is there an AWS solution that is similiar to IMGix or ImageKit
I am looking for a solution to resize, optimize, and use webp format for images on my site. I am already using AWS and was wondering if I needed to use IMGix or ImageKit to accomplish this or if I could use AWS.
Thank you in advance for looking at…

Brian R
- 35
- 3
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
2 answers
How to route all images from views and css to use IMGIX url in Laravel?
so I have a laravel project, which is nearly finished and we just transferred all images to the S3 bucket and connected an IMGIX to the S3 buckets so all images are served from the S3 through IMGIX which also enables to do all sorts of…

user13289818
- 159
- 4
- 11
0
votes
2 answers
How to inject captions when using LuminousGallery class
I am using a lightbox plugin (https://github.com/imgix/luminous)
I have the following set up (see below) that is able to add a caption to the lightbox for a single image, but I can't figure out how to make it work for multiple images. I don't…

neahan
- 87
- 1
- 7
0
votes
0 answers
Getting django to use tag
I have installed the django-imgix module from https://github.com/pancentric/django-imgix using the following pip command:
pip install -t libs django-imgix
This has then created the following structure:
http://screencast.com/t/7rhhdrNLQY
in my…

ThomasD
- 2,464
- 6
- 40
- 56
0
votes
1 answer
Why isn't text overlaying correctly using Imgix Typesetting Endpoints
I am using Laravel. I am trying to use the Imgix Typesetting endpoints to throw the staff bio overtop of the bio image. When I use the typesetting endpoint alone I get the proper formatted text. But when I encode base64 then append to the Bio image…
user6434796
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