How To Change The Size Of The Article Image Article? - Question | JoomShaper

How To Change The Size Of The Article Image Article?

M

masweb

Template 3 years ago

I want to change the size of article image

may you explain me how to do that?

thanks in advance

The two guys at desk in your preview joomla newsberg template image

http://demo2.joomshaper.com/2019/newsberg/index.php/business-blog/the-exact-same-briefcase-soap-sorry-i-make

https://drive.google.com/file/d/16cAEorpCG5fL5BbrF5SqRbsgPa80wpHD/view

1
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8504

However, you can make use of these settings of your template options too:

https://prnt.sc/107t15e

https://prnt.sc/107szav

Path: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find the Blog tab.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8074

Hi there!

You can use the following code into your custom CSS:

.article-details .article-full-image img {
    width: 800px;
        }

You can try percent(%) value instead of px if you want.

Hope this helps!

Best Regards

-1
M
masweb
Accepted Answer
3 years ago #8075

Thanks.

And for this others images?

https://drive.google.com/file/d/1hoTNJw9xLtJB-X5XbkUuvfTvarexZbyu/view?usp=sharing

The marked in red :-)

1
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8500

Hi,

Without your site URL, I can only give you sample code!

Here you go:

.blog .items-row .item .newsberg-article-content .newsberg-article-image img {
    border-radius: 6px;
    width: 100px;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0