Imageflow is image processing and optimization software for web servers. ImageFlow is a javascript image gallery.
Questions tagged [imageflow]
36 questions
6
votes
3 answers
Add div on top of centered image?
I am using ImageFlow SEE i want to add div on Top of Image once images clicked and Slides into Center.
I tried checking js file but MoveIT() function is called so many times in js and m not able to identify ,
t.wrap('

KhAn SaAb
- 5,248
- 5
- 31
- 52
4
votes
1 answer
Using s as slides instead of images in ImageFlow Slider
I am using ImageFlow for making an image slider. I want to use s instead of images for slides. How can I do it?
KhAn SaAb
- 5,248
- 5
- 31
- 52
I am using ImageFlow for making an image slider. I want to use
s instead of images for slides. How can I do it?

KhAn SaAb
- 5,248
- 5
- 31
- 52
2
votes
1 answer
image invisible after adding div
i am using imageFlow for making an image slider. i have added on click Flip functionality to images. my problem is i want to add a div around images to show description but when i add the div around images it becomes invisible. i don't know how to…

anam
- 3,905
- 16
- 45
- 85
2
votes
1 answer
Add button to Flash image flow component
Could anyone help me with adding a left and right button to this image flow component? At the moment it uses images to navigate left and right but I can seem to understand how to link a button with the action script?
I don't do much flash work so…

Shorty
- 23
- 2
2
votes
2 answers
Conflict between mootools and another (non-framework) script
I'm trying to integrate a javascript called ImageFlow into a Joomla site, but I'm getting an error in Internet Explorer (v8 native and compatibility mode) and it won't display. It works fine in Firefox and other browsers).
I believe the error is…

DisgruntledGoat
- 70,219
- 68
- 205
- 290
1
vote
0 answers
Imageflow speed up loading images
It takes about 7 seconds for 12 images to load the site. Each image has about 200 kb which than gets a reflection (then about 270kb for each file). Isn't imageflow using a cache? Do I have to add a setting? When is this cache refreshed (new images…

testing
- 19,681
- 50
- 236
- 417
1
vote
2 answers
HighSlide does not pop up
I have ImageFlow and Highslide working on my site, but do not understand why when the image is clicked it just hangs in perpetual loading?
The url to my website is:
http://www.kaimeramedia.com/derek/Website/Main_New7.html
Any help would greatly be…

Derek Holliday
- 89
- 1
- 12
1
vote
1 answer
Turn off Mouse Wheel scrolling on ImageFlow Gallery
I'm trying to disable mouse wheel scrolling on the Imageflow gallery plugin (http://imageflow.finnrudolph.de/)
I've tried commenting out sections that relate to mousewheel; but it seems to affect the autoscroll option. Any helped would be much…

Sam
- 5,150
- 4
- 30
- 51
1
vote
0 answers
Imageflow path is wrong because it adds the one from the HTML
I have included a PHP script in a Typo3 site. This PHP script genereates the img tags, which is automatically taken as base for the imageflow-slider.
The imageflow files are in the folder /fileadmin/teamtemplate. The images in…

testing
- 19,681
- 50
- 236
- 417
1
vote
5 answers
Javascript "imageflow" IE not loading, slow in other browsers
I'm using a javascript script called ImageFlow. It runs fine in FF/Chrome, however is very slow and hangy.
In IE (9,8,7) it just refuses to load at all. There are no JS problems, and I can't post the code as there is too much and I also didnt code…

rickyduck
- 4,030
- 14
- 58
- 93
1
vote
1 answer
When Imageflow does remove cached images
I use the Imageflow package for resizing image in asp.net core.
it cache the images in imageflow_cache folder. But I don't know when cached images are deleted?
This is my configuration:
builder
.Services
.AddImageflowHybridCache(new…

Farhad Zamani
- 5,381
- 2
- 16
- 41
1
vote
1 answer
Using ImageFlow Server with multiple Azure Containers
I am currently evaluating ImageFlow Server (https://github.com/imazen/imageflow-dotnet-server) to determine if it will meet the needs of a project that I am working on. Working through the documentation, I was able to get the ImageFlow Server…

mfree
- 80
- 1
- 7
1
vote
2 answers
.Net Core - Resizing images using Imageflow
I'm trying to resize images using Imageflow's query string API in my .net core application.
I have installed Imageflow.Server.
My Configure Method looks like this:
public void Configure(IApplicationBuilder App, IWebHostEnvironment Env)
{
…

Kote Didebulidze
- 13
- 2
1
vote
1 answer
How to destroy the imageflow jquery plugin instance?
has anyone worked with imageflow jquery plugin? Do you know how to destroy an instance? When I remove with jquery the structure that this plugin creates, the events of the plugin continue to be triggered. Any idea or tip how to do this? Thanks

Ricardo
- 737
- 1
- 11
- 16
1
vote
0 answers
Contentflow auto resize not working
Im using:
Contentflow 1.0.2
jquery 1.6.1
I'm trying use Contentflow using reflection and with maximum width/height so it covers all the screen without any scroll bar vertically or horizontally.
This example shows exactly what I wanna do, but it uses…

user2965836
- 11
- 2