Wordpress Discussion
Wordpress Discussion
Out of context: Reply #133
- Started
- Last post
- 174 Responses
- hans_glib0
here's something i've not come across before
go to
https://madeleinemilburn.co.uk/
and look at the images spilling out everywhere. now resize the browser window slightly... they spring back into place!
wtf is going on?- resize event has a js what adds max-height to the images, and modifies the height of the article container.********
- same event should be called on doc load.********
- ok, but it never used to happen and afaik nothing has changed. weirdhans_glib
- and there is a max-eight in the code, but the browser is ignoring it as it is in % whereas if is specify px it behaves. makes no sense to mehans_glib
- there is a JS error on load in the page-scroll-to-id.mi... file that kills the other Jquery functions until you resize the page and run the onchange functionspot13
- cheers for that, very helpful. tho why this has just become an issue is very odd.hans_glib
- you probably have a plugin (or theme) that was recently updated - try just turning them off one at a time (or toggle themes) to track down the issuespot13
- resize event has a js what adds max-height to the images, and modifies the height of the article container.