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
{{ message }}
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
Been wrestling with this for a few days and got nowhere.
I want to set the image that is displayed when the page first loads.
I am using: $(function () { var oPgwSlideshow = $('.pgwSlideshow').pgwSlideshow({ maxHeight: 450 }); oPgwSlideshow.displaySlide(4); });
However when I do this, no images are displayed in the center of the carousel.
This seems to be because they are all set to have maxHeight = 0px.
If I comment out the call to displaySlide() it works fine.