Questions tagged as 'html5'

0
answers

Make filters with buttons

I am setting up a site, and I need help with a detail that I can not make work. The site I am working on is the following: link As you can see, there is a list of products, and there is a filter inside the "Items" button. What I can not achiev...
asked by 01.10.2018 / 17:18
0
answers

The browser hangs when uploading large videos with angular 4

I am developing an application with angular 4.2 in which I have to upload videos, but when they are too large, more than 50 or 60 mb, and I load them in the browser, the browser hangs, it is just at the moment when is uploading to the browser, e...
asked by 18.09.2018 / 21:35
0
answers

Transition to another page disappear (Fade-out)

I have implemented in HTML and CSS a code for when I finish loading a page I do it with an opacity transition from 0 to 1 (Appear or 'fade in'). I need to make another transition when I jump to another page. The current page must disappear ('...
asked by 18.09.2018 / 10:56
1
answer

Show content in my body, with JS

What I would like to do, is that in my index.html, in the part of the body the entire page is loaded, let's say it hits "contacts" of the nav, and it loads me the contents of a contacts.html file, inside the body. <html> <head>...
asked by 18.09.2018 / 21:23
0
answers

Symfony 3.4 Deactivate transaltions according to language

I have a question, I am using the Symfony translations. I have two languages, ES and FR. The locale is ES and I would like to be able to change from one language to another, but only the page translated into French remains. There is some way of...
asked by 14.09.2018 / 15:56
0
answers

touchstart event to replace href

I have the following code: <div id="contiene_sensor"><a href="ver.php" onclick="window.parent.sel(2);" style="text-decoration:none;"><img id="luxecita" style="width:90px; height:90px;" src="img/image.png"/><span...
asked by 13.09.2018 / 23:05
0
answers

Put autoplay, loop embed youtube, and remove link in the logo that redirects to the video?

I tried everything, but I did not succeed. <iframe id="video-background" width="100%" height="600" src="https://www.youtube.com/embed/RO0uEPNCNU4?autoplay=1&loop=1&playlist=3-PnmmzF6NY&amp;rel=0&amp;controls=0&amp;showin...
asked by 17.09.2018 / 21:22
1
answer

Upload select within a file upload

Hello good afternoon as you found I wanted to ask how I could upload a select within a file upload I mean upload the select and files with a single button this is the code I have now this is my javascript //funcion cargueArchivo $(':file')...
asked by 17.09.2018 / 20:59
0
answers

when I use forwards in animation-fill-mode this does not stop in the last frame of the animation

I want my animation to stop when it is finished running and it does not repeat or restart. Code css: @keyframes slideSubs { from {margin-right: -110px;} to {margin-right: 0px;} } #appearOneElement0 { animation-name: slideSubs;...
asked by 14.09.2018 / 04:50
1
answer

How to re-size an image in laravel?

This is the function that I have that saves the image everything works fine, but I want to know how I can do to resize the images and fill the images to not distort, like adding a margin, either vertically or horizontally according to as necessa...
asked by 25.09.2018 / 13:16