Tagged: retina
I read a post where you suggested this:
Edit framework > php > function-set-avia-frontend.php, find this code
if($logo = avia_get_option('logo'))
{
$logo = "<img src=".$logo."/>";
$logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";
}
Replace it with
if($logo = avia_get_option('logo'))
{
$logo = "<img src=".$logo." alt='' width='300' height='100'/>";
$logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";
}
However, this does not work on my test site: http://americasinnovationsalon.com
Any ideas?
Never mind, I solved it with Retina.js.
Hey!
Glad you found a solution :)
Best regards,
Peter