Questions tagged as 'img'

2
answers

Slider in javascript does not load me when migrating web hosting

This small and basic slider worked well until migrating to a new hosting no longer runs javascript and loads all the images without making the slider: <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js' type='text/ja...
asked by 15.10.2018 / 14:00
1
answer

text centered on img with responsive and within a link

I have a problem and that is that I can not leave a text that goes inside an image and is inside a link, when I start to do the responsive the text goes too up, some way to power fix it? <div class="container"> <a href="url">...
asked by 01.09.2018 / 12:22
1
answer

Bootstrap carrousel can not find my image

Hello friends I do not know why my bootstrap carrousel does not include my images, in the developer tools I can see that I am referencing the images well if they arrive, but it does not show them to me, could someone tell me if I'm doing somethi...
asked by 16.11.2018 / 19:51
0
answers

How to load and view a local image

The next problem I have is that I just can not upload and see an image to the website from the img folder <img src="/img/proyecto.jpg" alt="Proyecto en curso" style="float:left;width:600px;height:400px;"> I can not load and view ba...
asked by 14.11.2018 / 17:26
0
answers

Problem replacing web images with local images

I am trying to replace the SRC of certain images in a web by images that I have stored in local. I do it with file: //// C: /folder/image.png The image DOES NOT SEE and I see the error: Not allowed to load local resource in the Chrome console...
asked by 30.10.2018 / 19:36
0
answers

Obtain the path of an image stored on a mobile device using the img tag src=""

I have a Sololearn application, where when using the img tag I tried to obtain the path of an image from the storage of the device, without any success, someone knows how to obtain the route or it is not possible.     
asked by 06.10.2018 / 20:33
0
answers

Switch from text to image centered on php

Hello friends today I was born a question after looking for a way to create images in php I have just achieved a basic form. <?php // Establecer el tipo de contenido header('Content-Type: image/png'); // Crear la imagen $im = imagecreate...
asked by 17.08.2018 / 10:56