Forum Replies Created
-
Author
-
NMCParticipant
Thanks for the comment, thought there might be an easy fix in jquery (In case the post height/width ever differs).
I just changed the class ‘post-item’ to ‘col-lg-3’
NMCParticipantPlease see the screenshots from Chrome’s inspector to see the incorrect order.
1. Is wider than 1440px and the order is correct.
2. First row is right – green
Second row swops column 2 and 3 -redAttachments:
You must be logged in to view attached files.NMCParticipantThis seems to work so far in case someone else has the same issue.
COPY CODE.fluid-width-video-wrapper { padding-top: 50% !important; }
NMCParticipantHi, can’t send a link yet. Developing locally.
Its the padding-top generated:
<div class="fluid-width-video-wrapper" style="padding-top: 514%;"><iframe ....></iframe></div>
It seems to come from the script.js file line 76:
').parent(".fluid-width-video-wrapper").css("padding-top",(k*100)+"%");m.removeAttr("height").removeAttr("width")
If I change the top-padding in chrome’s code inspector it looks right.
NMCParticipantThanks, but still not working right for me.
If I add !important after height, the video size is correct, but the padding below the video is still the same.
Inspecting the code it generates a 6175.188px padding.I would really appreciate a urgent response. The site is supposed to go live today 🙁
NMCParticipantHi
I have the sames issue. Whenever I add a video using visual composer, it stretches in height.
Seems like .fluid-width-video-wrapper
Can you perhaps provide an urgent fix?
-
AuthorPosts