resize square video

Posted in: Newspaper
Post count: 26

Hi,
I would like to resize the height of a video but only on desktop view and not on mobile view. Here is an exemple : https://zoominvest.fr/2019/04/25/le-produit-du-moment-offre-un-gros-coupon-chez-agapan-solutions/

I would need the height to be 80% on desktop but 100% on mobile.

Thx for your help

The CSS added in the page :

.td-post-content iframe {
height: 100%!important;
}
.td-post-content .su-responsive-media-yes {
padding-bottom: 100%;
}

Post count: 26

Hello, i would really appreciate your help on this ! Thank you, Anthony

Post count: 23312

Hi,

Sorry for the delay, there were a few days of due to celebrating Easter, as you can see our top banner information.
Regarding your request, notice that our theme does not have any such an option for it, sorry! In order to achieve as you wish, you need to make some changes over that section and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide additional customizations. As a hint, if you want to target desktop and mobile width, you need to use the media queries, like this -> https://www.w3schools.com/css/css_rwd_mediaqueries.asp Also, you need to use the Inspector browser tool, like this -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.