Image to full widht stretch

Posted in: Newspaper
Post count: 46

Hi all, I have a problem, I would like this image to the full page width stretch. A few pixels remain on both sides. Can someone give me a custom CSS? Thank you greeting Olli

Here is the Problem:
http://mallorca.inselleben.es/inhalt/uploads/2017/02/screen.png

Here My Site:
http://mallorca.inselleben.es/die-kathedrale-von-palma/

Here my Backend Info:
http://mallorca.inselleben.es/inhalt/uploads/2017/02/002.png

Tahnk YOu !

Post count: 20688

Hi,

You could try to stretch it a little using this code, that applies only for this post, but with a little loss in clarity

@media (min-width: 1141px) {
.post-2062 .vc_single_image-wrapper img {
width: 1068px;
}}

Result – https://www.screencast.com/t/bobs6pn8qaW
Thanks

Post count: 46

Hey Thanks it works,

if i want this in all post can i use this code :

@media (min-width: 1141px) {
.vc_single_image-wrapper img {
width: 1068px;
}}

?
Or do i need another ?

Thanks

Post count: 20688

Hi,

You could use it like that and maybe it will work, but as I said before the code will stretch the image to that fixed size so image problems could appear. Better to enter it as it is, and deal with any issues that could arrive in the future at that time.

Thanks

Post count: 46

ok thx 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.