Posts by Thayna Rocha • 119 points
5 posts
-
2
votes1
answer925
viewsQ: How do I stop the video when I close Modal?
When I close the modal the video keeps playing, as I do for the video to stop when I close the modal? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap…
-
3
votes3
answers752
viewsQ: How to place an image inside the bootstrap Popover
I want to put an image inside Popover. Does anyone know if this is possible? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta…
-
1
votes1
answer675
viewsQ: Video like Background HTML 5 doesn’t work on Safari and Chrome on Mac
I put a video as background of a site with HTML 5, I open in Chrome and Firefox on Windows and the video rolls normal, but when I open on Mac (Chrome version 67.0.3396.40, and Safari 11.1) the video…
-
1
votes1
answer2234
viewsQ: My bootstrap carousel isn’t working!
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css"…
-
4
votes2
answers3841
viewsQ: How do I leave the opacity of a dark image and display the figcaption text on Hover?
Hello, I am trying to leave the image dark and appear the text when I hover over. Can anyone help me? <div class="efeito"> <figure> <a href="#" target="_blank"><img…