Tagged: LayerSlider
I don’t use the wordpress media folders for images that go into the layer slider because it creates 10 different sizes of one image that I don’t need.
I upload them in a different folder via FTP. It’t a PITA to edit the image location URL as every time I click to edit the URL where the image locations is, it opens the media folder to choose or upload from/to media folder.
Is there a work around this? An easy way to edit the images url without having it open the Media in wordpress all the time?
Thanks
Hi,
Instead of using the Image layer, you can use the div/video, paragraph or the span. Use html tag to insert an image.
<img src="YOUR IMAGE URL HERE">
Regards,
Ismael
Thanks, this helped. Thanks.