You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
not sure where else to go for this issue.
I have no problem with the slider working on my localhost, but when loaded on live env, all I get is the loading SVG. The slides have no height.
All links are working and connected with no 404 errors. I am at a loss on what is causing this issue.
Loaded live here: http://nerdycoder.com/prep96-lp/
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I ended up commenting out this bit of code, and it now works. getFillerProportions = function ($slide) { var width, height; // if (($('img', $slide).attr("src") !== undefined)) { // $("<img />").on("load", function () { // width = $slide.width(); // height = $slide.height(); // setFillerProportions(width, height); // }).attr("src", $('img', $slide).attr("src")); // } else { width = $slide.width(); height = $slide.height(); setFillerProportions(width, height); // } };
Is there a config setting I am missing where I don't have to comment this code out to get it to work?
Hello,
not sure where else to go for this issue.
I have no problem with the slider working on my localhost, but when loaded on live env, all I get is the loading SVG. The slides have no height.
All links are working and connected with no 404 errors. I am at a loss on what is causing this issue.
Loaded live here: http://nerdycoder.com/prep96-lp/
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: