i bought the template and i have a problem to create a content site.
The problem is, that i put a image in the backend editor and select the size with for example width="300" height="324".
But in the Front End, the image is shown in the original size..
In all other templates the image is shown in 300 x 324.
Can anybody help me?
Thank you very much.
AS Templates
POSTED: 2014-05-18
Hello WOCE1982,
What is your site url please? We have to see this issue.
Regards, AS Team.
woce1982
POSTED: 2014-05-19
Hallo,
the site is normally offline till it is finished. But i take it online, that you can see it:
For example:
http://www.fitness-sportpark.de/informationen/fuer-wen
Only 1 image with the code im backend-editior:
<p><img src="images/leistungen/kompetenz.jpg" alt="kompetenz" width="300" height="324" />
</p>
But the image is always shown in the original size.
Thank you for your soon help!
AS Templates
POSTED: 2014-05-19
Hello WOCE1982,
In the tmpl.default.css file please find the following class and delete/edit the width property:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
i bought the template and i have a problem to create a content site.
The problem is, that i put a image in the backend editor and select the size with for example width="300" height="324".
But in the Front End, the image is shown in the original size..
In all other templates the image is shown in 300 x 324.
Can anybody help me?
Thank you very much.
What is your site url please? We have to see this issue.
Regards, AS Team.
the site is normally offline till it is finished. But i take it online, that you can see it:
For example:
http://www.fitness-sportpark.de/informationen/fuer-wen
Only 1 image with the code im backend-editior:
<p><img src="images/leistungen/kompetenz.jpg" alt="kompetenz" width="300" height="324" />
</p>
But the image is always shown in the original size.
Thank you for your soon help!
In the tmpl.default.css file please find the following class and delete/edit the width property:
.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro__right img
{
width: auto;
}
Regards, AS Team.
I have one other question. Around all picture, there is a grey line.
Can i delete this in the tmpl.default.css, too?
Yes, please look for the following class and delete/edit the border property:
.item_img,
.category_img,
.img-intro-none img,
.item_fulltext img, .random-image img,
.nspArt img.nspImage
{
border: 1px solid #DDDDDD !important;
display: inline-block;
margin-bottom: 25px;
max-width: 99%;
}
Regards, AS Team.