Posts by Joel Freitas • 3 points
3 posts
-
0
votes2
answers72
viewsA: Margin , width ghost (google iframe)
Well, I solved this problem by putting in css the html property for "overflow-x : Hidden;" ignoring anything that might leak. Example : html { width:100%; overflow-x: Hidden; }…
-
0
votes2
answers72
viewsQ: Margin , width ghost (google iframe)
Dear, hello. I am developing a website , but there is a margin or width that is not stated on the website that is disturbing your view. When making a test in inspecting element I came across some…
-
0
votes2
answers312
viewsQ: Change class value in jquery at a certain resolution
I’m implementing a youtube video plugin, but I want this plugin in a certain resolution to change a value in your statement. Follows code of example : $('#youmax').youmax({…