I came up with a solution to create a "read more..." function using two div
elements, and hiding one of them with display: none
. The only downside is that it doubles the data storage. Now, here's my question:
If I have just one div
element with style="display:none"
, containing multiple large images, will this affect the loading time of the page?