Slideshow / Scaling - Question | JoomShaper

Slideshow / Scaling

MR

Mike Reinbacher

SP Page Builder 1 year ago

Hi, I´m using the Slideshow module for displaying youtube videos. When scaling the width, the height might not scale in the same ratio.

See: https://imgur.com/a/TMQtD0J Website: neud.promusicschool.de

How can I get rid of the gab between the title and the video?

Thanks in advance.

0
13 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146272

Hello Mike Reinbacher

Apology for the inconvenience. Please share your administrator access and the page link here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup with you before sharing.

Best regards

0
MR
Mike Reinbacher
Accepted Answer
1 year ago #146274

Hi, see the hidden content.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146280

Sorry, your given credentials do not match. Please check and share again.

0
MR
Mike Reinbacher
Accepted Answer
1 year ago #146319

Hi, I tried the credentials myself, they work. Did you use the subdomain (see hidden conent)?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146402

I can log in now. But I could not find the issue page. Your homepage is okay. Please share the issue page link and I will check it.

0
MR
Mike Reinbacher
Accepted Answer
1 year ago #146405

It´s on the "HOME"-page (last section) please see: https://imgur.com/a/mSpttWn

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146408

I got it now. You are talking about top and bottom black portion of the video. Sorry this is part of the video file. It cannot be edited or reduced.

0
MR
Mike Reinbacher
Accepted Answer
1 year ago #146447

Thanks for your reply. I know that. What I mean is the additional black area that happens when narrowing the window (please see the screeshot)

The height of the plugin is not reducing when reducing the width of the browser-window

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146450

Yes, I understand what you want. But it is not possible in the settings. It is coming with the YouTube video. You can try Custom CSS though.

0
MR
Mike Reinbacher
Accepted Answer
1 year ago #146461

Sure? I think the point is, that the module is not scaling. The Video meassures are the same anytime. Only the height of the slideshow module does not change. I don´t think that there is content between the video end the upper and lower end of the module.

Please try to look at it in the front end and narrow the width for this unwanted effect

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146547

I have checked it again. This scaling is coming from YouTube. To maintain the correct video ratio, this is seen like this. We are not changing anything here. Again, you may change it with Custom CSS which is out of our support.

0
Pavel
Pavel
Accepted Answer
1 year ago #146553

Hi Mike.

  1. Delete bg image in slide item settings
  2. Switch to video bg and add youtube video link
  3. Add your own class name to slideshow in General tab. For example my-video-slideshow
  4. Set bg color in addon's Style tab
  5. Use following CSS
    .my-video-slideshow .sp-item .sp-video-background {
     height: auto;
    }
  6. In General tab switch to Custom height and set slideshow height for different screen sizes
0
MR
Mike Reinbacher
Accepted Answer
1 year ago #146867

great, thanks a lot!!

0