Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release 0.3: Stand Back, We're Proffesionals.


Looks great now! One more minor thing: as you can see in the screenshot, images can also overflow the page. This can be fixed with this CSS[1]:

img {
   width: 100%;
   height: auto;
}

[1]: https://www.w3schools.com/Css/css_rwd_images.asp


On June 29, 2018 11:02:05 PM Ori Bernstein <ori@xxxxxxxxxxxxxx> wrote:

On Fri, 29 Jun 2018 21:50:48 -0500, Ryan Gonzalez <rymg19@xxxxxxxxx> wrote:

So, I think you need to add a 'pre { overflow-x: auto; }' to your CSS or
something...

Attached is an image showing the problem.

Thanks for the report -- fixed!

--
    Ori Bernstein

Attachment: Screenshot_20180629-233801.png
Description: PNG image


References:
Release 0.3: Stand Back, We're Proffesionals.Ori Bernstein <ori@xxxxxxxxxxxxxx>
Re: Release 0.3: Stand Back, We're Proffesionals.Ryan Gonzalez <rymg19@xxxxxxxxx>
Re: Release 0.3: Stand Back, We're Proffesionals.Ori Bernstein <ori@xxxxxxxxxxxxxx>