Tagged: embed, responsive, Youtube
-
AuthorPosts
-
May 28, 2014 at 8:53 pm #271416
you guys recommend https://wordpress.org/plugins/fitvids-for-wordpress/ to make the youtube embeds responsive and fill the page when a website is viewed on a phone. how do you use this? specifically: what is the jQuery Selector to use?
May 28, 2014 at 9:42 pm #271428Hey!
You don’t have to configure anything, just enable it and that’s it. Give it a try.
Cheers!
JosueMay 29, 2014 at 4:13 am #271601This reply has been marked as private.May 29, 2014 at 4:24 am #271606Well, i think that’s because Enfold already does that, you don’t need the plugin after all :)
May 29, 2014 at 4:28 am #271609This reply has been marked as private.May 29, 2014 at 1:40 pm #271776Hey!
No plugin would only make the videos responsive, which already are. You can add a Color Section with custom ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS in Enfold theme options under General Styling tab to make the content of the color section fullwidth
#custom-id-of-color-section .container { width: 100%; }Best regards,
YigitMay 29, 2014 at 4:10 pm #271845This reply has been marked as private.May 29, 2014 at 5:42 pm #271876Hi!
You can add following code to Quick CSS instead to apply the code only on screens smaller than 480px
@media only screen and (max-width: 480px) { #custom-id-of-color-section .container { width: 100%; } }Cheers!
YigitJune 16, 2014 at 11:05 pm #279742This reply has been marked as private.June 16, 2014 at 11:16 pm #279746Hi!
I see you are now using a gif, try adding this code to make the background repeat:
#av_section_1 { background-repeat: repeat !important; }Cheers!
JosueJune 17, 2014 at 3:52 am #279813This reply has been marked as private.June 17, 2014 at 5:10 am #279826If this is want you want to achieve, then yes. You can also set a custom id to that color section only, then simply change the selector in the code.
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
