Shape 5

Joomla Club Extensions => Slideshow Advance - Club => : pragna August 23, 2016, 08:47:19 AM



: Slide Show Advanced-Extenion- Image height issue
: pragna August 23, 2016, 08:47:19 AM
Hello Team,

I have changed the height of the S5 Slideshow Advance extension to 700. The height of the images differs now.

When I changed the height using inspection element
 to height: 500px !important; as below

element.style {
    border: 0px none;
    opacity: 1;
    height: 500px !important;
}

Height of all the images changed to fixed 500px.

I think the code should be changed in the javascript.

Can you please let me know where I should change the code to make the fixed height to 500 px.

Regards,
Pragna

My Site URL is : www.telugu.aumaujaya.org

Let me know if you need any more details.

Regards,
Pragna


: Re: Slide Show Advanced-Extenion- Image height issue
: jonahh August 23, 2016, 03:19:52 PM
Hello,

Its the aspect ratio of your images. The best thing to do is take a screenshot of the page. Then get the exact height and width you need and resize your images to this. Changing the JavaScript wouldn't really help as it doesn't change the height/width of the actual images.


: Re: Slide Show Advanced-Extenion- Image height issue
: pragna August 23, 2016, 09:11:29 PM
Hello,

Its the aspect ratio of your images. The best thing to do is take a screenshot of the page. Then get the exact height and width you need and resize your images to this. Changing the JavaScript wouldn't really help as it doesn't change the height/width of the actual images.

Hello,

I have tried taking height from the screeshot of the image, but image height is not increasing. And when I click on any other image, previous image is showing down.

Regards,
Pragna


: Re: Slide Show Advanced-Extenion- Image height issue
: jonahh August 24, 2016, 01:51:30 PM
Ok I took a screenshot and it looks like you need to size your images to  720x500.  Right now the image I looked at was 2048x1366 which is huge and will also take  up a lot of load time for users. Try sizing to 720x500 and this should stop other images from showing through.