fbramming
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Full-width imagesGood suggestion!
I wrote this in the stylesheet of the child theme:img { width: 100%; height: auto;It fixed the problem, but created another – now all images on my site are max size – including the flag icon in the menu bar and images that I have set to medium size. :-/
Any suggestions to fix that?Forum: Themes and Templates
In reply to: [Hemingway] Full-width imagesWell, I have located some of the problem and managed to make it work but in a very complicated and uncombersome way. You can see how it’s supposed to look here:
http://frederikbramming.dk/da/portefoelje/madaworks
I am by no means an expert, but I found this in the html code around the image:
sizes="(max-width: 676px) 100vw, 676px"I changed that to:
sizes="(max-width: 1290px) 100vw, 1290px"and now it looks perfect! But it’s quite annoying that I have to do that for every page. Is there a way of changing the Stylesheet with some code, so that it happens automatically every time?
Sorry if I am not using the correct terms! Hope it’s understandable!
Cheers
FredForum: Plugins
In reply to: [Go Gallery] No gutters no borders – not workingHi. It’s not working on my site either.. 🙁
http://frederikbramming.dk/en/test-gallery
It looks so pretty on your example site!